Html Css Color HEX #D20029 Venetian Red

📋 copy color: '#D20029'

red 210 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #D20029

Tints of Venetian Red #D20029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 83.67%
G = 0%
B = 16.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20029 (or 0xD20029) is known color: Venetian Red. HEX triplet: D2, 00 and 29. RGB value is (210,0,41). Sum of RGB (Red+Green+Blue) = 210+0+41=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D20029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20029 is #2DFFD6. Grayscale: #434343. Windows color (decimal): -3014615 or 2687186. OLE color: 2687186.

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

Color convert

RGB 210 0 41 -
CMYK 0 1 0.80 0.18
HSL 348.29º 1% 0.41% -
HSV(B) 348.29º 1% 0.82% -
XYZ 26.98 13.86 3.35 -
YUV 67.46 113.07 229.67 -
System Red Green Blue C M Y K H S L
Decimal 210 0 41 0 1 0.80 0.18 348.29 1 0.41
Hex D2 0 29 0 64 50 12 15C 64 29
Octal 322 0 51 0 144 120 22 534 144 51
Binary 11010010 0 101001 0 1100100 1010000 10010 101011100 1100100 101001

Color Harmonies of #D20029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20029

Black with #D20029

Text Example


Text Example

White with #D20029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20029; }

 p { color: rgb(210,0,41); }

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

background-color css

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

 a { background-color: rgb(210,0,41); }

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

border-color css

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

 span { border-color: rgb(210,0,41); }

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