Html Css Color HEX #ED0202 Red

📋 copy color: '#ED0202'

red 237 ◦ green 2 ◦ blue 2

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

Shades of Red #ED0202

Tints of Red #ED0202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 98.34%
G = 0.83%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED0202 (or 0xED0202) is known color: Red. HEX triplet: ED, 02 and 02. RGB value is (237,2,2). Sum of RGB (Red+Green+Blue) = 237+2+2=241 (31% of max value = 765). Red value is 237 (92.97% from 255 or 98.34% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0202 is #12FDFD. Grayscale: #484848. Windows color (decimal): -1244670 or 131821. OLE color: 131821.

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

Color convert

RGB 237 2 2 -
CMYK 0 0.99 0.99 0.07
HSL 0.98% 0.47% -
HSV(B) 0.99% 0.93% -
XYZ 34.96 18.05 1.7 -
YUV 72.27 88.36 245.5 -
System Red Green Blue C M Y K H S L
Decimal 237 2 2 0 0.99 0.99 0.07 0 0.98 0.47
Hex ED 2 2 0 63 63 7 0 62 2F
Octal 355 2 2 0 143 143 7 0 142 57
Binary 11101101 10 10 0 1100011 1100011 111 0 1100010 101111

Color Harmonies of #ED0202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0202

Black with #ED0202

Text Example


Text Example

White with #ED0202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0202; }

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

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

background-color css

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

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

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

border-color css

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

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

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