Html Css Color HEX #EF1109 Red

📋 copy color: '#EF1109'

red 239 ◦ green 17 ◦ blue 9

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

Shades of Red #EF1109

Tints of Red #EF1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

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

R = 90.19%
G = 6.42%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF1109 (or 0xEF1109) is known color: Red. HEX triplet: EF, 11 and 09. RGB value is (239,17,9). Sum of RGB (Red+Green+Blue) = 239+17+9=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1109 is #10EEF6. Grayscale: #525252. Windows color (decimal): -1109751 or 594415. OLE color: 594415.

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

Color convert

RGB 239 17 9 -
CMYK 0 0.93 0.96 0.06
HSL 2.09º 0.93% 0.49% -
HSV(B) 2.09º 0.96% 0.94% -
XYZ 35.85 18.77 1.99 -
YUV 82.47 86.55 239.65 -
System Red Green Blue C M Y K H S L
Decimal 239 17 9 0 0.93 0.96 0.06 2.09 0.93 0.49
Hex EF 11 9 0 5D 60 6 2 5D 31
Octal 357 21 11 0 135 140 6 2 135 61
Binary 11101111 10001 1001 0 1011101 1100000 110 10 1011101 110001

Color Harmonies of #EF1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1109

Black with #EF1109

Text Example


Text Example

White with #EF1109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1109; }

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

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

background-color css

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

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

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

border-color css

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

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

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