Html Css Color HEX #DC0213 Venetian Red

📋 copy color: '#DC0213'

red 220 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #DC0213

Tints of Venetian Red #DC0213

RGB

 RED value IS 220 (86.33% from 255) = 91.29%

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 91.29%
G = 0.83%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0213 (or 0xDC0213) is known color: Venetian Red. HEX triplet: DC, 02 and 13. RGB value is (220,2,19). Sum of RGB (Red+Green+Blue) = 220+2+19=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0213 is #23FDEC. Grayscale: #454545. Windows color (decimal): -2358765 or 1245916. OLE color: 1245916.

HSL color Cylindrical-coordinate representation of color #DC0213: hue angle of 355.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0213 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 19 -
CMYK 0 0.99 0.91 0.14
HSL 355.32º 0.98% 0.44% -
HSV(B) 355.32º 0.99% 0.86% -
XYZ 29.65 15.31 2.01 -
YUV 69.12 99.72 235.62 -
System Red Green Blue C M Y K H S L
Decimal 220 2 19 0 0.99 0.91 0.14 355.32 0.98 0.44
Hex DC 2 13 0 63 5B E 163 62 2C
Octal 334 2 23 0 143 133 16 543 142 54
Binary 11011100 10 10011 0 1100011 1011011 1110 101100011 1100010 101100

Color Harmonies of #DC0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0213

Black with #DC0213

Text Example


Text Example

White with #DC0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0213; }

 p { color: rgb(220,2,19); }

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

background-color css

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

 a { background-color: rgb(220,2,19); }

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

border-color css

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

 span { border-color: rgb(220,2,19); }

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