Html Css Color HEX #EF1006 Red

📋 copy color: '#EF1006'

red 239 ◦ green 16 ◦ blue 6

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

Shades of Red #EF1006

Tints of Red #EF1006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 91.57%
G = 6.13%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1006 (or 0xEF1006) is known color: Red. HEX triplet: EF, 10 and 06. RGB value is (239,16,6). Sum of RGB (Red+Green+Blue) = 239+16+6=261 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.57% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1006 is #10EFF9. Grayscale: #515151. Windows color (decimal): -1110010 or 397551. OLE color: 397551.

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

Color convert

RGB 239 16 6 -
CMYK 0 0.93 0.97 0.06
HSL 2.58º 0.95% 0.48% -
HSV(B) 2.58º 0.97% 0.94% -
XYZ 35.81 18.73 1.9 -
YUV 81.54 85.38 240.31 -
System Red Green Blue C M Y K H S L
Decimal 239 16 6 0 0.93 0.97 0.06 2.58 0.95 0.48
Hex EF 10 6 0 5D 61 6 3 5F 30
Octal 357 20 6 0 135 141 6 3 137 60
Binary 11101111 10000 110 0 1011101 1100001 110 11 1011111 110000

Color Harmonies of #EF1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1006

Black with #EF1006

Text Example


Text Example

White with #EF1006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1006; }

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

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

background-color css

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

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

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

border-color css

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

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

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