Html Css Color HEX #EF1209 Red

📋 copy color: '#EF1209'

red 239 ◦ green 18 ◦ blue 9

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

Shades of Red #EF1209

Tints of Red #EF1209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 89.85%
G = 6.77%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF1209 (or 0xEF1209) is known color: Red. HEX triplet: EF, 12 and 09. RGB value is (239,18,9). Sum of RGB (Red+Green+Blue) = 239+18+9=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1209 is #10EDF6. Grayscale: #535353. Windows color (decimal): -1109495 or 594671. OLE color: 594671.

HSL color Cylindrical-coordinate representation of color #EF1209: hue angle of 2.35º 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 #EF1209 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 9 -
CMYK 0 0.92 0.96 0.06
HSL 2.35º 0.93% 0.49% -
HSV(B) 2.35º 0.96% 0.94% -
XYZ 35.86 18.8 2 -
YUV 83.05 86.22 239.23 -
System Red Green Blue C M Y K H S L
Decimal 239 18 9 0 0.92 0.96 0.06 2.35 0.93 0.49
Hex EF 12 9 0 5C 60 6 2 5D 31
Octal 357 22 11 0 134 140 6 2 135 61
Binary 11101111 10010 1001 0 1011100 1100000 110 10 1011101 110001

Color Harmonies of #EF1209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1209

Black with #EF1209

Text Example


Text Example

White with #EF1209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1209; }

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

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

background-color css

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

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

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

border-color css

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

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

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