Html Css Color HEX #D2021B Venetian Red

📋 copy color: '#D2021B'

red 210 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #D2021B

Tints of Venetian Red #D2021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.3%

R = 87.87%
G = 0.84%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2021B (or 0xD2021B) is known color: Venetian Red. HEX triplet: D2, 02 and 1B. RGB value is (210,2,27). Sum of RGB (Red+Green+Blue) = 210+2+27=239 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.87% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 210 - color contains mainly: red. Hex color #D2021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2021B is #2DFDE4. Grayscale: #434343. Windows color (decimal): -3014117 or 1770194. OLE color: 1770194.

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

Color convert

RGB 210 2 27 -
CMYK 0 0.99 0.87 0.18
HSL 352.79º 0.98% 0.42% -
HSV(B) 352.79º 0.99% 0.82% -
XYZ 26.8 13.82 2.29 -
YUV 67.04 105.41 229.97 -
System Red Green Blue C M Y K H S L
Decimal 210 2 27 0 0.99 0.87 0.18 352.79 0.98 0.42
Hex D2 2 1B 0 63 57 12 161 62 2A
Octal 322 2 33 0 143 127 22 541 142 52
Binary 11010010 10 11011 0 1100011 1010111 10010 101100001 1100010 101010

Color Harmonies of #D2021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2021B

Black with #D2021B

Text Example


Text Example

White with #D2021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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