Html Css Color HEX #D9021A Venetian Red

📋 copy color: '#D9021A'

red 217 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #D9021A

Tints of Venetian Red #D9021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 88.57%
G = 0.82%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9021A (or 0xD9021A) is known color: Venetian Red. HEX triplet: D9, 02 and 1A. RGB value is (217,2,26). Sum of RGB (Red+Green+Blue) = 217+2+26=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D9021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9021A is #26FDE5. Grayscale: #454545. Windows color (decimal): -2555366 or 1704665. OLE color: 1704665.

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

Color convert

RGB 217 2 26 -
CMYK 0 0.99 0.88 0.15
HSL 353.3º 0.98% 0.43% -
HSV(B) 353.3º 0.99% 0.85% -
XYZ 28.82 14.87 2.33 -
YUV 69.02 103.73 233.55 -
System Red Green Blue C M Y K H S L
Decimal 217 2 26 0 0.99 0.88 0.15 353.3 0.98 0.43
Hex D9 2 1A 0 63 58 F 161 62 2B
Octal 331 2 32 0 143 130 17 541 142 53
Binary 11011001 10 11010 0 1100011 1011000 1111 101100001 1100010 101011

Color Harmonies of #D9021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9021A

Black with #D9021A

Text Example


Text Example

White with #D9021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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