Html Css Color HEX #D20919 Venetian Red

📋 copy color: '#D20919'

red 210 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #D20919

Tints of Venetian Red #D20919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 86.07%
G = 3.69%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D20919 (or 0xD20919) is known color: Venetian Red. HEX triplet: D2, 09 and 19. RGB value is (210,9,25). Sum of RGB (Red+Green+Blue) = 210+9+25=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D20919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20919 is #2DF6E6. Grayscale: #474747. Windows color (decimal): -3012327 or 1640914. OLE color: 1640914.

HSL color Cylindrical-coordinate representation of color #D20919: hue angle of 355.22º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20919 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 25 -
CMYK 0 0.96 0.88 0.18
HSL 355.22º 0.92% 0.43% -
HSV(B) 355.22º 0.96% 0.82% -
XYZ 26.85 13.97 2.2 -
YUV 70.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 210 9 25 0 0.96 0.88 0.18 355.22 0.92 0.43
Hex D2 9 19 0 60 58 12 163 5C 2B
Octal 322 11 31 0 140 130 22 543 134 53
Binary 11010010 1001 11001 0 1100000 1011000 10010 101100011 1011100 101011

Color Harmonies of #D20919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20919

Black with #D20919

Text Example


Text Example

White with #D20919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20919; }

 p { color: rgb(210,9,25); }

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

background-color css

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

 a { background-color: rgb(210,9,25); }

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

border-color css

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

 span { border-color: rgb(210,9,25); }

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