Html Css Color HEX #D9021F Venetian Red

📋 copy color: '#D9021F'

red 217 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #D9021F

Tints of Venetian Red #D9021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 86.8%
G = 0.8%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9021F (or 0xD9021F) is known color: Venetian Red. HEX triplet: D9, 02 and 1F. RGB value is (217,2,31). Sum of RGB (Red+Green+Blue) = 217+2+31=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9021F is #26FDE0. Grayscale: #454545. Windows color (decimal): -2555361 or 2032345. OLE color: 2032345.

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

Color convert

RGB 217 2 31 -
CMYK 0 0.99 0.86 0.15
HSL 351.91º 0.98% 0.43% -
HSV(B) 351.91º 0.99% 0.85% -
XYZ 28.88 14.89 2.65 -
YUV 69.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 217 2 31 0 0.99 0.86 0.15 351.91 0.98 0.43
Hex D9 2 1F 0 63 56 F 160 62 2B
Octal 331 2 37 0 143 126 17 540 142 53
Binary 11011001 10 11111 0 1100011 1010110 1111 101100000 1100010 101011

Color Harmonies of #D9021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9021F

Black with #D9021F

Text Example


Text Example

White with #D9021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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