Html Css Color HEX #ED0C12 Fire Engine Red

📋 copy color: '#ED0C12'

red 237 ◦ green 12 ◦ blue 18

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

Shades of Fire Engine Red #ED0C12

Tints of Fire Engine Red #ED0C12

RGB

 RED value IS 237 (92.97% from 255) = 88.76%

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

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 88.76%
G = 4.49%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED0C12 (or 0xED0C12) is known color: Fire Engine Red. HEX triplet: ED, 0C and 12. RGB value is (237,12,18). Sum of RGB (Red+Green+Blue) = 237+12+18=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0C12 is #12F3ED. Grayscale: #505050. Windows color (decimal): -1242094 or 1182957. OLE color: 1182957.

HSL color Cylindrical-coordinate representation of color #ED0C12: hue angle of 358.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0C12 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 12 18 -
CMYK 0 0.95 0.92 0.07
HSL 358.4º 0.9% 0.49% -
HSV(B) 358.4º 0.95% 0.93% -
XYZ 35.17 18.31 2.25 -
YUV 79.96 93.04 240.01 -
System Red Green Blue C M Y K H S L
Decimal 237 12 18 0 0.95 0.92 0.07 358.4 0.9 0.49
Hex ED C 12 0 5F 5C 7 166 5A 31
Octal 355 14 22 0 137 134 7 546 132 61
Binary 11101101 1100 10010 0 1011111 1011100 111 101100110 1011010 110001

Color Harmonies of #ED0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0C12

Black with #ED0C12

Text Example


Text Example

White with #ED0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0C12; }

 p { color: rgb(237,12,18); }

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

background-color css

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

 a { background-color: rgb(237,12,18); }

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

border-color css

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

 span { border-color: rgb(237,12,18); }

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