Html Css Color HEX #E60C24 Fire Engine Red

📋 copy color: '#E60C24'

red 230 ◦ green 12 ◦ blue 36

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

Shades of Fire Engine Red #E60C24

Tints of Fire Engine Red #E60C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 82.73%
G = 4.32%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E60C24 (or 0xE60C24) is known color: Fire Engine Red. HEX triplet: E6, 0C and 24. RGB value is (230,12,36). Sum of RGB (Red+Green+Blue) = 230+12+36=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60C24 is #19F3DB. Grayscale: #505050. Windows color (decimal): -1700828 or 2362598. OLE color: 2362598.

HSL color Cylindrical-coordinate representation of color #E60C24: hue angle of 353.39º degrees, saturation: 0.9, 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 #E60C24 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 12 36 -
CMYK 0 0.95 0.84 0.10
HSL 353.39º 0.9% 0.47% -
HSV(B) 353.39º 0.95% 0.9% -
XYZ 33.08 17.21 3.25 -
YUV 79.92 103.22 235.05 -
System Red Green Blue C M Y K H S L
Decimal 230 12 36 0 0.95 0.84 0.10 353.39 0.9 0.47
Hex E6 C 24 0 5F 54 A 161 5A 2F
Octal 346 14 44 0 137 124 12 541 132 57
Binary 11100110 1100 100100 0 1011111 1010100 1010 101100001 1011010 101111

Color Harmonies of #E60C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60C24

Black with #E60C24

Text Example


Text Example

White with #E60C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60C24; }

 p { color: rgb(230,12,36); }

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

background-color css

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

 a { background-color: rgb(230,12,36); }

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

border-color css

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

 span { border-color: rgb(230,12,36); }

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