Html Css Color HEX #E60B1C Fire Engine Red

📋 copy color: '#E60B1C'

red 230 ◦ green 11 ◦ blue 28

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

Shades of Fire Engine Red #E60B1C

Tints of Fire Engine Red #E60B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 85.5%
G = 4.09%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E60B1C (or 0xE60B1C) is known color: Fire Engine Red. HEX triplet: E6, 0B and 1C. RGB value is (230,11,28). Sum of RGB (Red+Green+Blue) = 230+11+28=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60B1C is #19F4E3. Grayscale: #4E4E4E. Windows color (decimal): -1701092 or 1838054. OLE color: 1838054.

HSL color Cylindrical-coordinate representation of color #E60B1C: hue angle of 355.34º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60B1C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 11 28 -
CMYK 0 0.95 0.88 0.10
HSL 355.34º 0.91% 0.47% -
HSV(B) 355.34º 0.95% 0.9% -
XYZ 32.96 17.15 2.67 -
YUV 78.42 99.55 236.12 -
System Red Green Blue C M Y K H S L
Decimal 230 11 28 0 0.95 0.88 0.10 355.34 0.91 0.47
Hex E6 B 1C 0 5F 58 A 163 5B 2F
Octal 346 13 34 0 137 130 12 543 133 57
Binary 11100110 1011 11100 0 1011111 1011000 1010 101100011 1011011 101111

Color Harmonies of #E60B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B1C

Black with #E60B1C

Text Example


Text Example

White with #E60B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B1C; }

 p { color: rgb(230,11,28); }

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

background-color css

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

 a { background-color: rgb(230,11,28); }

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

border-color css

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

 span { border-color: rgb(230,11,28); }

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