Html Css Color HEX #EF0F09 Red

📋 copy color: '#EF0F09'

red 239 ◦ green 15 ◦ blue 9

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

Shades of Red #EF0F09

Tints of Red #EF0F09

RGB

 RED value IS 239 (93.75% from 255) = 90.87%

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

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 90.87%
G = 5.7%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF0F09 (or 0xEF0F09) is known color: Red. HEX triplet: EF, 0F and 09. RGB value is (239,15,9). Sum of RGB (Red+Green+Blue) = 239+15+9=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0F09 is #10F0F6. Grayscale: #515151. Windows color (decimal): -1110263 or 593903. OLE color: 593903.

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

Color convert

RGB 239 15 9 -
CMYK 0 0.94 0.96 0.06
HSL 1.57º 0.93% 0.49% -
HSV(B) 1.57º 0.96% 0.94% -
XYZ 35.82 18.71 1.98 -
YUV 81.29 87.21 240.49 -
System Red Green Blue C M Y K H S L
Decimal 239 15 9 0 0.94 0.96 0.06 1.57 0.93 0.49
Hex EF F 9 0 5E 60 6 2 5D 31
Octal 357 17 11 0 136 140 6 2 135 61
Binary 11101111 1111 1001 0 1011110 1100000 110 10 1011101 110001

Color Harmonies of #EF0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F09

Black with #EF0F09

Text Example


Text Example

White with #EF0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F09; }

 p { color: rgb(239,15,9); }

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

background-color css

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

 a { background-color: rgb(239,15,9); }

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

border-color css

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

 span { border-color: rgb(239,15,9); }

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