Html Css Color HEX #ED0F12 Fire Engine Red

📋 copy color: '#ED0F12'

red 237 ◦ green 15 ◦ blue 18

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

Shades of Fire Engine Red #ED0F12

Tints of Fire Engine Red #ED0F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

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

R = 87.78%
G = 5.56%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED0F12 (or 0xED0F12) is known color: Fire Engine Red. HEX triplet: ED, 0F and 12. RGB value is (237,15,18). Sum of RGB (Red+Green+Blue) = 237+15+18=270 (35% of max value = 765). Red value is 237 (92.97% from 255 or 87.78% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0F12 is #12F0ED. Grayscale: #515151. Windows color (decimal): -1241326 or 1183725. OLE color: 1183725.

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

Color convert

RGB 237 15 18 -
CMYK 0 0.94 0.92 0.07
HSL 359.19º 0.88% 0.49% -
HSV(B) 359.19º 0.94% 0.93% -
XYZ 35.21 18.39 2.27 -
YUV 81.72 92.05 238.76 -
System Red Green Blue C M Y K H S L
Decimal 237 15 18 0 0.94 0.92 0.07 359.19 0.88 0.49
Hex ED F 12 0 5E 5C 7 167 58 31
Octal 355 17 22 0 136 134 7 547 130 61
Binary 11101101 1111 10010 0 1011110 1011100 111 101100111 1011000 110001

Color Harmonies of #ED0F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F12

Black with #ED0F12

Text Example


Text Example

White with #ED0F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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