Html Css Color HEX #EF0A00 Red

📋 copy color: '#EF0A00'

red 239 ◦ green 10 ◦ blue 0

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

Shades of Red #EF0A00

Tints of Red #EF0A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.98%
G = 4.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF0A00 (or 0xEF0A00) is known color: Red. HEX triplet: EF, 0A and 00. RGB value is (239,10,0). Sum of RGB (Red+Green+Blue) = 239+10+0=249 (32% of max value = 765). Red value is 239 (93.75% from 255 or 95.98% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0A00 is #10F5FF. Grayscale: #4D4D4D. Windows color (decimal): -1111552 or 2799. OLE color: 2799.

HSL color Cylindrical-coordinate representation of color #EF0A00: hue angle of 2.51º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF0A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 0 -
CMYK 0 0.96 1 0.06
HSL 2.51º 1% 0.47% -
HSV(B) 2.51º 1% 0.94% -
XYZ 35.71 18.57 1.7 -
YUV 77.33 84.37 243.31 -
System Red Green Blue C M Y K H S L
Decimal 239 10 0 0 0.96 1 0.06 2.51 1 0.47
Hex EF A 0 0 60 64 6 3 64 2F
Octal 357 12 0 0 140 144 6 3 144 57
Binary 11101111 1010 0 0 1100000 1100100 110 11 1100100 101111

Color Harmonies of #EF0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A00

Black with #EF0A00

Text Example


Text Example

White with #EF0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A00; }

 p { color: rgb(239,10,0); }

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

background-color css

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

 a { background-color: rgb(239,10,0); }

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

border-color css

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

 span { border-color: rgb(239,10,0); }

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