Html Css Color HEX #D20129 Venetian Red

📋 copy color: '#D20129'

red 210 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #D20129

Tints of Venetian Red #D20129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 83.33%
G = 0.4%
B = 16.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D20129 (or 0xD20129) is known color: Venetian Red. HEX triplet: D2, 01 and 29. RGB value is (210,1,41). Sum of RGB (Red+Green+Blue) = 210+1+41=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D20129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20129 is #2DFED6. Grayscale: #444444. Windows color (decimal): -3014359 or 2687442. OLE color: 2687442.

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

Color convert

RGB 210 1 41 -
CMYK 0 1.00 0.80 0.18
HSL 348.52º 0.99% 0.41% -
HSV(B) 348.52º 1% 0.82% -
XYZ 26.99 13.88 3.36 -
YUV 68.05 112.74 229.25 -
System Red Green Blue C M Y K H S L
Decimal 210 1 41 0 1.00 0.80 0.18 348.52 0.99 0.41
Hex D2 1 29 0 64 50 12 15D 63 29
Octal 322 1 51 0 144 120 22 535 143 51
Binary 11010010 1 101001 0 1100100 1010000 10010 101011101 1100011 101001

Color Harmonies of #D20129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20129

Black with #D20129

Text Example


Text Example

White with #D20129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20129; }

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

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

background-color css

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

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

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

border-color css

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

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

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