Html Css Color HEX #ED0802 Red

📋 copy color: '#ED0802'

red 237 ◦ green 8 ◦ blue 2

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

Shades of Red #ED0802

Tints of Red #ED0802

RGB

 RED value IS 237 (92.97% from 255) = 95.95%

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

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

R = 95.95%
G = 3.24%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED0802 (or 0xED0802) is known color: Red. HEX triplet: ED, 08 and 02. RGB value is (237,8,2). Sum of RGB (Red+Green+Blue) = 237+8+2=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0802 is #12F7FD. Grayscale: #4C4C4C. Windows color (decimal): -1243134 or 133357. OLE color: 133357.

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

Color convert

RGB 237 8 2 -
CMYK 0 0.97 0.99 0.07
HSL 1.53º 0.98% 0.47% -
HSV(B) 1.53º 0.99% 0.93% -
XYZ 35.02 18.18 1.72 -
YUV 75.79 86.37 242.99 -
System Red Green Blue C M Y K H S L
Decimal 237 8 2 0 0.97 0.99 0.07 1.53 0.98 0.47
Hex ED 8 2 0 61 63 7 2 62 2F
Octal 355 10 2 0 141 143 7 2 142 57
Binary 11101101 1000 10 0 1100001 1100011 111 10 1100010 101111

Color Harmonies of #ED0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0802

Black with #ED0802

Text Example


Text Example

White with #ED0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0802; }

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

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

background-color css

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

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

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

border-color css

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

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

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