Html Css Color HEX #ED020D Venetian Red

📋 copy color: '#ED020D'

red 237 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #ED020D

Tints of Venetian Red #ED020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 94.05%
G = 0.79%
B = 5.16%

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

#ED020D (or 0xED020D) is known color: Venetian Red. HEX triplet: ED, 02 and 0D. RGB value is (237,2,13). Sum of RGB (Red+Green+Blue) = 237+2+13=252 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.05% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 237 - color contains mainly: red. Hex color #ED020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED020D is #12FDF2. Grayscale: #494949. Windows color (decimal): -1244659 or 852717. OLE color: 852717.

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

Color convert

RGB 237 2 13 -
CMYK 0 0.99 0.95 0.07
HSL 357.19º 0.98% 0.47% -
HSV(B) 357.19º 0.99% 0.93% -
XYZ 35.02 18.08 2.02 -
YUV 73.52 93.86 244.61 -
System Red Green Blue C M Y K H S L
Decimal 237 2 13 0 0.99 0.95 0.07 357.19 0.98 0.47
Hex ED 2 D 0 63 5F 7 165 62 2F
Octal 355 2 15 0 143 137 7 545 142 57
Binary 11101101 10 1101 0 1100011 1011111 111 101100101 1100010 101111

Color Harmonies of #ED020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED020D

Black with #ED020D

Text Example


Text Example

White with #ED020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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