Html Css Color HEX #D20918 Venetian Red

📋 copy color: '#D20918'

red 210 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #D20918

Tints of Venetian Red #D20918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 86.42%
G = 3.7%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D20918 (or 0xD20918) is known color: Venetian Red. HEX triplet: D2, 09 and 18. RGB value is (210,9,24). Sum of RGB (Red+Green+Blue) = 210+9+24=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D20918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20918 is #2DF6E7. Grayscale: #464646. Windows color (decimal): -3012328 or 1575378. OLE color: 1575378.

HSL color Cylindrical-coordinate representation of color #D20918: hue angle of 355.52º 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 #D20918 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 24 -
CMYK 0 0.96 0.89 0.18
HSL 355.52º 0.92% 0.43% -
HSV(B) 355.52º 0.96% 0.82% -
XYZ 26.84 13.96 2.14 -
YUV 70.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 210 9 24 0 0.96 0.89 0.18 355.52 0.92 0.43
Hex D2 9 18 0 60 59 12 164 5C 2B
Octal 322 11 30 0 140 131 22 544 134 53
Binary 11010010 1001 11000 0 1100000 1011001 10010 101100100 1011100 101011

Color Harmonies of #D20918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20918

Black with #D20918

Text Example


Text Example

White with #D20918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20918; }

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

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

background-color css

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

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

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

border-color css

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

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

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