Html Css Color HEX #D9021D Venetian Red

📋 copy color: '#D9021D'

red 217 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #D9021D

Tints of Venetian Red #D9021D

RGB

 RED value IS 217 (85.16% from 255) = 87.5%

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

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

R = 87.5%
G = 0.81%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9021D (or 0xD9021D) is known color: Venetian Red. HEX triplet: D9, 02 and 1D. RGB value is (217,2,29). Sum of RGB (Red+Green+Blue) = 217+2+29=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D9021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9021D is #26FDE2. Grayscale: #454545. Windows color (decimal): -2555363 or 1901273. OLE color: 1901273.

HSL color Cylindrical-coordinate representation of color #D9021D: hue angle of 352.47º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9021D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 29 -
CMYK 0 0.99 0.87 0.15
HSL 352.47º 0.98% 0.43% -
HSV(B) 352.47º 0.99% 0.85% -
XYZ 28.86 14.88 2.51 -
YUV 69.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 217 2 29 0 0.99 0.87 0.15 352.47 0.98 0.43
Hex D9 2 1D 0 63 57 F 160 62 2B
Octal 331 2 35 0 143 127 17 540 142 53
Binary 11011001 10 11101 0 1100011 1010111 1111 101100000 1100010 101011

Color Harmonies of #D9021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9021D

Black with #D9021D

Text Example


Text Example

White with #D9021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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