Html Css Color HEX #E60522 Fire Engine Red

📋 copy color: '#E60522'

red 230 ◦ green 5 ◦ blue 34

#E60522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #E60522

Tints of Fire Engine Red #E60522

RGB

 RED value IS 230 (90.23% from 255) = 85.5%

 GREEN value IS 5 (2.34% from 255) = 1.86%

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 85.5%
G = 1.86%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E60522 (or 0xE60522) is known color: Fire Engine Red. HEX triplet: E6, 05 and 22. RGB value is (230,5,34). Sum of RGB (Red+Green+Blue) = 230+5+34=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E60522 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60522 is #19FADD. Grayscale: #4B4B4B. Windows color (decimal): -1702622 or 2229734. OLE color: 2229734.

HSL color Cylindrical-coordinate representation of color #E60522: hue angle of 352.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60522 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 34 -
CMYK 0 0.98 0.85 0.10
HSL 352.27º 0.96% 0.46% -
HSV(B) 352.27º 0.98% 0.9% -
XYZ 32.98 17.05 3.07 -
YUV 75.58 104.54 238.14 -
System Red Green Blue C M Y K H S L
Decimal 230 5 34 0 0.98 0.85 0.10 352.27 0.96 0.46
Hex E6 5 22 0 62 55 A 160 60 2E
Octal 346 5 42 0 142 125 12 540 140 56
Binary 11100110 101 100010 0 1100010 1010101 1010 101100000 1100000 101110

Color Harmonies of #E60522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60522

Black with #E60522

Text Example


Text Example

White with #E60522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60522; }

 p { color: rgb(230,5,34); }

 H1.HeaderClassName
 {
   color: #E60522;
 }
 .AnyTagClassName
 {
   color: #E60522;
 }
</style>

background-color css

<style>
 a { background-color: #E60522; }

 a { background-color: rgb(230,5,34); }

 div.DivClassName
 {
   background-color: #E60522;
 }
 .BgClassName
 {
   background-color: #E60522;
 }
</style>

border-color css

<style>
 span { border-color: #E60522; }

 span { border-color: rgb(230,5,34); }

 td.TdClassName
 {
   border-color: #E60522;
 }
 .TagClassName
 {
   border-color: #E60522;
 }
</style>