Html Css Color HEX #EF1206 Red

📋 copy color: '#EF1206'

red 239 ◦ green 18 ◦ blue 6

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

Shades of Red #EF1206

Tints of Red #EF1206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 90.87%
G = 6.84%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1206 (or 0xEF1206) is known color: Red. HEX triplet: EF, 12 and 06. RGB value is (239,18,6). Sum of RGB (Red+Green+Blue) = 239+18+6=263 (34% of max value = 765). Red value is 239 (93.75% from 255 or 90.87% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1206 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1206 is #10EDF9. Grayscale: #525252. Windows color (decimal): -1109498 or 398063. OLE color: 398063.

HSL color Cylindrical-coordinate representation of color #EF1206: hue angle of 3.09º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF1206 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 6 -
CMYK 0 0.92 0.97 0.06
HSL 3.09º 0.95% 0.48% -
HSV(B) 3.09º 0.97% 0.94% -
XYZ 35.85 18.8 1.91 -
YUV 82.71 84.72 239.48 -
System Red Green Blue C M Y K H S L
Decimal 239 18 6 0 0.92 0.97 0.06 3.09 0.95 0.48
Hex EF 12 6 0 5C 61 6 3 5F 30
Octal 357 22 6 0 134 141 6 3 137 60
Binary 11101111 10010 110 0 1011100 1100001 110 11 1011111 110000

Color Harmonies of #EF1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1206

Black with #EF1206

Text Example


Text Example

White with #EF1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1206; }

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

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

background-color css

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

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

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

border-color css

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

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

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