Html Css Color HEX #ED020C Venetian Red

📋 copy color: '#ED020C'

red 237 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #ED020C

Tints of Venetian Red #ED020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.78%

R = 94.42%
G = 0.8%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED020C (or 0xED020C) is known color: Venetian Red. HEX triplet: ED, 02 and 0C. RGB value is (237,2,12). Sum of RGB (Red+Green+Blue) = 237+2+12=251 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.42% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 237 - color contains mainly: red. Hex color #ED020C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED020C is #12FDF3. Grayscale: #494949. Windows color (decimal): -1244660 or 787181. OLE color: 787181.

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

Color convert

RGB 237 2 12 -
CMYK 0 0.99 0.95 0.07
HSL 357.45º 0.98% 0.47% -
HSV(B) 357.45º 0.99% 0.93% -
XYZ 35.01 18.07 1.99 -
YUV 73.41 93.36 244.69 -
System Red Green Blue C M Y K H S L
Decimal 237 2 12 0 0.99 0.95 0.07 357.45 0.98 0.47
Hex ED 2 C 0 63 5F 7 165 62 2F
Octal 355 2 14 0 143 137 7 545 142 57
Binary 11101101 10 1100 0 1100011 1011111 111 101100101 1100010 101111

Color Harmonies of #ED020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED020C

Black with #ED020C

Text Example


Text Example

White with #ED020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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