Html Css Color HEX #ED0502 Red

📋 copy color: '#ED0502'

red 237 ◦ green 5 ◦ blue 2

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

Shades of Red #ED0502

Tints of Red #ED0502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 97.13%
G = 2.05%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED0502 (or 0xED0502) is known color: Red. HEX triplet: ED, 05 and 02. RGB value is (237,5,2). Sum of RGB (Red+Green+Blue) = 237+5+2=244 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.13% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0502 is #12FAFD. Grayscale: #4A4A4A. Windows color (decimal): -1243902 or 132589. OLE color: 132589.

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

Color convert

RGB 237 5 2 -
CMYK 0 0.98 0.99 0.07
HSL 0.77º 0.98% 0.47% -
HSV(B) 0.77º 0.99% 0.93% -
XYZ 34.99 18.12 1.71 -
YUV 74.03 87.36 244.24 -
System Red Green Blue C M Y K H S L
Decimal 237 5 2 0 0.98 0.99 0.07 0.77 0.98 0.47
Hex ED 5 2 0 62 63 7 1 62 2F
Octal 355 5 2 0 142 143 7 1 142 57
Binary 11101101 101 10 0 1100010 1100011 111 1 1100010 101111

Color Harmonies of #ED0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0502

Black with #ED0502

Text Example


Text Example

White with #ED0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0502; }

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

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

background-color css

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

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

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

border-color css

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

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

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