Html Css Color HEX #EF0906 Red

📋 copy color: '#EF0906'

red 239 ◦ green 9 ◦ blue 6

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

Shades of Red #EF0906

Tints of Red #EF0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 94.09%
G = 3.54%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0906 (or 0xEF0906) is known color: Red. HEX triplet: EF, 09 and 06. RGB value is (239,9,6). Sum of RGB (Red+Green+Blue) = 239+9+6=254 (33% of max value = 765). Red value is 239 (93.75% from 255 or 94.09% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0906 is #10F6F9. Grayscale: #4D4D4D. Windows color (decimal): -1111802 or 395759. OLE color: 395759.

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

Color convert

RGB 239 9 6 -
CMYK 0 0.96 0.97 0.06
HSL 0.77º 0.95% 0.48% -
HSV(B) 0.77º 0.97% 0.94% -
XYZ 35.73 18.56 1.87 -
YUV 77.43 87.7 243.24 -
System Red Green Blue C M Y K H S L
Decimal 239 9 6 0 0.96 0.97 0.06 0.77 0.95 0.48
Hex EF 9 6 0 60 61 6 1 5F 30
Octal 357 11 6 0 140 141 6 1 137 60
Binary 11101111 1001 110 0 1100000 1100001 110 1 1011111 110000

Color Harmonies of #EF0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0906

Black with #EF0906

Text Example


Text Example

White with #EF0906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0906; }

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

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

background-color css

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

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

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

border-color css

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

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

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