Html Css Color HEX #D00220 Venetian Red

📋 copy color: '#D00220'

red 208 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #D00220

Tints of Venetian Red #D00220

RGB

 RED value IS 208 (81.64% from 255) = 85.95%

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

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 85.95%
G = 0.83%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00220 (or 0xD00220) is known color: Venetian Red. HEX triplet: D0, 02 and 20. RGB value is (208,2,32). Sum of RGB (Red+Green+Blue) = 208+2+32=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D00220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00220 is #2FFDDF. Grayscale: #434343. Windows color (decimal): -3145184 or 2097872. OLE color: 2097872.

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

Color convert

RGB 208 2 32 -
CMYK 0 0.99 0.85 0.18
HSL 351.26º 0.98% 0.41% -
HSV(B) 351.26º 0.99% 0.82% -
XYZ 26.29 13.56 2.6 -
YUV 67.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 208 2 32 0 0.99 0.85 0.18 351.26 0.98 0.41
Hex D0 2 20 0 63 55 12 15F 62 29
Octal 320 2 40 0 143 125 22 537 142 51
Binary 11010000 10 100000 0 1100011 1010101 10010 101011111 1100010 101001

Color Harmonies of #D00220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00220

Black with #D00220

Text Example


Text Example

White with #D00220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00220; }

 p { color: rgb(208,2,32); }

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

background-color css

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

 a { background-color: rgb(208,2,32); }

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

border-color css

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

 span { border-color: rgb(208,2,32); }

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