Html Css Color HEX #EF0802 Red

📋 copy color: '#EF0802'

red 239 ◦ green 8 ◦ blue 2

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

Shades of Red #EF0802

Tints of Red #EF0802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 95.98%
G = 3.21%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF0802 (or 0xEF0802) is known color: Red. HEX triplet: EF, 08 and 02. RGB value is (239,8,2). Sum of RGB (Red+Green+Blue) = 239+8+2=249 (32% of max value = 765). Red value is 239 (93.75% from 255 or 95.98% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF0802 is #10F7FD. Grayscale: #4C4C4C. Windows color (decimal): -1112062 or 133359. OLE color: 133359.

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

Color convert

RGB 239 8 2 -
CMYK 0 0.97 0.99 0.06
HSL 1.52º 0.98% 0.47% -
HSV(B) 1.52º 0.99% 0.94% -
XYZ 35.69 18.53 1.75 -
YUV 76.39 86.03 243.99 -
System Red Green Blue C M Y K H S L
Decimal 239 8 2 0 0.97 0.99 0.06 1.52 0.98 0.47
Hex EF 8 2 0 61 63 6 2 62 2F
Octal 357 10 2 0 141 143 6 2 142 57
Binary 11101111 1000 10 0 1100001 1100011 110 10 1100010 101111

Color Harmonies of #EF0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0802

Black with #EF0802

Text Example


Text Example

White with #EF0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0802; }

 p { color: rgb(239,8,2); }

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

background-color css

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

 a { background-color: rgb(239,8,2); }

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

border-color css

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

 span { border-color: rgb(239,8,2); }

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