Html Css Color HEX #ED0302 Red

📋 copy color: '#ED0302'

red 237 ◦ green 3 ◦ blue 2

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

Shades of Red #ED0302

Tints of Red #ED0302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 97.93%
G = 1.24%
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

#ED0302 (or 0xED0302) is known color: Red. HEX triplet: ED, 03 and 02. RGB value is (237,3,2). Sum of RGB (Red+Green+Blue) = 237+3+2=242 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.93% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0302 is #12FCFD. Grayscale: #494949. Windows color (decimal): -1244414 or 132077. OLE color: 132077.

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

Color convert

RGB 237 3 2 -
CMYK 0 0.99 0.99 0.07
HSL 0.26º 0.98% 0.47% -
HSV(B) 0.26º 0.99% 0.93% -
XYZ 34.97 18.07 1.7 -
YUV 72.85 88.02 245.08 -
System Red Green Blue C M Y K H S L
Decimal 237 3 2 0 0.99 0.99 0.07 0.26 0.98 0.47
Hex ED 3 2 0 63 63 7 0 62 2F
Octal 355 3 2 0 143 143 7 0 142 57
Binary 11101101 11 10 0 1100011 1100011 111 0 1100010 101111

Color Harmonies of #ED0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0302

Black with #ED0302

Text Example


Text Example

White with #ED0302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0302; }

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

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

background-color css

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

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

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

border-color css

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

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

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