Html Css Color HEX #D2021D Venetian Red

📋 copy color: '#D2021D'

red 210 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #D2021D

Tints of Venetian Red #D2021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 87.14%
G = 0.83%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2021D (or 0xD2021D) is known color: Venetian Red. HEX triplet: D2, 02 and 1D. RGB value is (210,2,29). Sum of RGB (Red+Green+Blue) = 210+2+29=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D2021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2021D is #2DFDE2. Grayscale: #434343. Windows color (decimal): -3014115 or 1901266. OLE color: 1901266.

HSL color Cylindrical-coordinate representation of color #D2021D: hue angle of 352.21º 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 #D2021D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 29 -
CMYK 0 0.99 0.86 0.18
HSL 352.21º 0.98% 0.42% -
HSV(B) 352.21º 0.99% 0.82% -
XYZ 26.82 13.83 2.42 -
YUV 67.27 106.41 229.8 -
System Red Green Blue C M Y K H S L
Decimal 210 2 29 0 0.99 0.86 0.18 352.21 0.98 0.42
Hex D2 2 1D 0 63 56 12 160 62 2A
Octal 322 2 35 0 143 126 22 540 142 52
Binary 11010010 10 11101 0 1100011 1010110 10010 101100000 1100010 101010

Color Harmonies of #D2021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2021D

Black with #D2021D

Text Example


Text Example

White with #D2021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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