Html Css Color HEX #ED0F16 Fire Engine Red

📋 copy color: '#ED0F16'

red 237 ◦ green 15 ◦ blue 22

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

Shades of Fire Engine Red #ED0F16

Tints of Fire Engine Red #ED0F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 86.5%
G = 5.47%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED0F16 (or 0xED0F16) is known color: Fire Engine Red. HEX triplet: ED, 0F and 16. RGB value is (237,15,22). Sum of RGB (Red+Green+Blue) = 237+15+22=274 (36% of max value = 765). Red value is 237 (92.97% from 255 or 86.50% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0F16 is #12F0E9. Grayscale: #525252. Windows color (decimal): -1241322 or 1445869. OLE color: 1445869.

HSL color Cylindrical-coordinate representation of color #ED0F16: hue angle of 358.11º 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 #ED0F16 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 15 22 -
CMYK 0 0.94 0.91 0.07
HSL 358.11º 0.88% 0.49% -
HSV(B) 358.11º 0.94% 0.93% -
XYZ 35.24 18.4 2.45 -
YUV 82.18 94.05 238.43 -
System Red Green Blue C M Y K H S L
Decimal 237 15 22 0 0.94 0.91 0.07 358.11 0.88 0.49
Hex ED F 16 0 5E 5B 7 166 58 31
Octal 355 17 26 0 136 133 7 546 130 61
Binary 11101101 1111 10110 0 1011110 1011011 111 101100110 1011000 110001

Color Harmonies of #ED0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F16

Black with #ED0F16

Text Example


Text Example

White with #ED0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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