Html Css Color HEX #D20205 Venetian Red

📋 copy color: '#D20205'

red 210 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #D20205

Tints of Venetian Red #D20205

RGB

 RED value IS 210 (82.42% from 255) = 96.77%

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

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 96.77%
G = 0.92%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D20205 (or 0xD20205) is known color: Venetian Red. HEX triplet: D2, 02 and 05. RGB value is (210,2,5). Sum of RGB (Red+Green+Blue) = 210+2+5=217 (28% of max value = 765). Red value is 210 (82.42% from 255 or 96.77% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 210 - color contains mainly: red. Hex color #D20205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20205 is #2DFDFA. Grayscale: #404040. Windows color (decimal): -3014139 or 328402. OLE color: 328402.

HSL color Cylindrical-coordinate representation of color #D20205: hue angle of 359.13º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 5 -
CMYK 0 0.99 0.98 0.18
HSL 359.13º 0.98% 0.42% -
HSV(B) 359.13º 0.99% 0.82% -
XYZ 26.63 13.76 1.4 -
YUV 64.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 210 2 5 0 0.99 0.98 0.18 359.13 0.98 0.42
Hex D2 2 5 0 63 62 12 167 62 2A
Octal 322 2 5 0 143 142 22 547 142 52
Binary 11010010 10 101 0 1100011 1100010 10010 101100111 1100010 101010

Color Harmonies of #D20205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20205

Black with #D20205

Text Example


Text Example

White with #D20205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20205; }

 p { color: rgb(210,2,5); }

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

background-color css

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

 a { background-color: rgb(210,2,5); }

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

border-color css

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

 span { border-color: rgb(210,2,5); }

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