Html Css Color HEX #ED0F02 Red

📋 copy color: '#ED0F02'

red 237 ◦ green 15 ◦ blue 2

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

Shades of Red #ED0F02

Tints of Red #ED0F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

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

R = 93.31%
G = 5.91%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED0F02 (or 0xED0F02) is known color: Red. HEX triplet: ED, 0F and 02. RGB value is (237,15,2). Sum of RGB (Red+Green+Blue) = 237+15+2=254 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.31% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0F02 is #12F0FD. Grayscale: #505050. Windows color (decimal): -1241342 or 135149. OLE color: 135149.

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

Color convert

RGB 237 15 2 -
CMYK 0 0.94 0.99 0.07
HSL 3.32º 0.98% 0.47% -
HSV(B) 3.32º 0.99% 0.93% -
XYZ 35.11 18.35 1.75 -
YUV 79.9 84.05 240.06 -
System Red Green Blue C M Y K H S L
Decimal 237 15 2 0 0.94 0.99 0.07 3.32 0.98 0.47
Hex ED F 2 0 5E 63 7 3 62 2F
Octal 355 17 2 0 136 143 7 3 142 57
Binary 11101101 1111 10 0 1011110 1100011 111 11 1100010 101111

Color Harmonies of #ED0F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0F02

Black with #ED0F02

Text Example


Text Example

White with #ED0F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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