Html Css Color HEX #D9021C Venetian Red

📋 copy color: '#D9021C'

red 217 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #D9021C

Tints of Venetian Red #D9021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.34%

R = 87.85%
G = 0.81%
B = 11.34%

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

#D9021C (or 0xD9021C) is known color: Venetian Red. HEX triplet: D9, 02 and 1C. RGB value is (217,2,28). Sum of RGB (Red+Green+Blue) = 217+2+28=247 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.85% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 217 - color contains mainly: red. Hex color #D9021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9021C is #26FDE3. Grayscale: #454545. Windows color (decimal): -2555364 or 1835737. OLE color: 1835737.

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

Color convert

RGB 217 2 28 -
CMYK 0 0.99 0.87 0.15
HSL 352.74º 0.98% 0.43% -
HSV(B) 352.74º 0.99% 0.85% -
XYZ 28.85 14.88 2.45 -
YUV 69.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 217 2 28 0 0.99 0.87 0.15 352.74 0.98 0.43
Hex D9 2 1C 0 63 57 F 161 62 2B
Octal 331 2 34 0 143 127 17 541 142 53
Binary 11011001 10 11100 0 1100011 1010111 1111 101100001 1100010 101011

Color Harmonies of #D9021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9021C

Black with #D9021C

Text Example


Text Example

White with #D9021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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