Html Css Color HEX #D2021E Venetian Red

📋 copy color: '#D2021E'

red 210 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #D2021E

Tints of Venetian Red #D2021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 86.78%
G = 0.83%
B = 12.4%

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

#D2021E (or 0xD2021E) is known color: Venetian Red. HEX triplet: D2, 02 and 1E. RGB value is (210,2,30). Sum of RGB (Red+Green+Blue) = 210+2+30=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D2021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2021E is #2DFDE1. Grayscale: #434343. Windows color (decimal): -3014114 or 1966802. OLE color: 1966802.

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

Color convert

RGB 210 2 30 -
CMYK 0 0.99 0.86 0.18
HSL 351.92º 0.98% 0.42% -
HSV(B) 351.92º 0.99% 0.82% -
XYZ 26.83 13.84 2.49 -
YUV 67.38 106.91 229.72 -
System Red Green Blue C M Y K H S L
Decimal 210 2 30 0 0.99 0.86 0.18 351.92 0.98 0.42
Hex D2 2 1E 0 63 56 12 160 62 2A
Octal 322 2 36 0 143 126 22 540 142 52
Binary 11010010 10 11110 0 1100011 1010110 10010 101100000 1100010 101010

Color Harmonies of #D2021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2021E

Black with #D2021E

Text Example


Text Example

White with #D2021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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