Html Css Color HEX #EF0706 Red

📋 copy color: '#EF0706'

red 239 ◦ green 7 ◦ blue 6

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

Shades of Red #EF0706

Tints of Red #EF0706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 94.84%
G = 2.78%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0706 (or 0xEF0706) is known color: Red. HEX triplet: EF, 07 and 06. RGB value is (239,7,6). Sum of RGB (Red+Green+Blue) = 239+7+6=252 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.84% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0706 is #10F8F9. Grayscale: #4C4C4C. Windows color (decimal): -1112314 or 395247. OLE color: 395247.

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

Color convert

RGB 239 7 6 -
CMYK 0 0.97 0.97 0.06
HSL 0.26º 0.95% 0.48% -
HSV(B) 0.26º 0.97% 0.94% -
XYZ 35.71 18.52 1.86 -
YUV 76.25 88.36 244.08 -
System Red Green Blue C M Y K H S L
Decimal 239 7 6 0 0.97 0.97 0.06 0.26 0.95 0.48
Hex EF 7 6 0 61 61 6 0 5F 30
Octal 357 7 6 0 141 141 6 0 137 60
Binary 11101111 111 110 0 1100001 1100001 110 0 1011111 110000

Color Harmonies of #EF0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0706

Black with #EF0706

Text Example


Text Example

White with #EF0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0706; }

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

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

background-color css

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

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

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

border-color css

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

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

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