Html Css Color HEX #EF0F06 Red

📋 copy color: '#EF0F06'

red 239 ◦ green 15 ◦ blue 6

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

Shades of Red #EF0F06

Tints of Red #EF0F06

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.77%

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

R = 91.92%
G = 5.77%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF0F06 (or 0xEF0F06) is known color: Red. HEX triplet: EF, 0F and 06. RGB value is (239,15,6). Sum of RGB (Red+Green+Blue) = 239+15+6=260 (34% of max value = 765). Red value is 239 (93.75% from 255 or 91.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0F06 is #10F0F9. Grayscale: #515151. Windows color (decimal): -1110266 or 397295. OLE color: 397295.

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

Color convert

RGB 239 15 6 -
CMYK 0 0.94 0.97 0.06
HSL 2.32º 0.95% 0.48% -
HSV(B) 2.32º 0.97% 0.94% -
XYZ 35.8 18.71 1.9 -
YUV 80.95 85.71 240.73 -
System Red Green Blue C M Y K H S L
Decimal 239 15 6 0 0.94 0.97 0.06 2.32 0.95 0.48
Hex EF F 6 0 5E 61 6 2 5F 30
Octal 357 17 6 0 136 141 6 2 137 60
Binary 11101111 1111 110 0 1011110 1100001 110 10 1011111 110000

Color Harmonies of #EF0F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0F06

Black with #EF0F06

Text Example


Text Example

White with #EF0F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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