Html Css Color HEX #D20913 Venetian Red

📋 copy color: '#D20913'

red 210 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #D20913

Tints of Venetian Red #D20913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 88.24%
G = 3.78%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20913 (or 0xD20913) is known color: Venetian Red. HEX triplet: D2, 09 and 13. RGB value is (210,9,19). Sum of RGB (Red+Green+Blue) = 210+9+19=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D20913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20913 is #2DF6EC. Grayscale: #464646. Windows color (decimal): -3012333 or 1247698. OLE color: 1247698.

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

Color convert

RGB 210 9 19 -
CMYK 0 0.96 0.91 0.18
HSL 357.01º 0.92% 0.43% -
HSV(B) 357.01º 0.96% 0.82% -
XYZ 26.79 13.94 1.9 -
YUV 70.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 210 9 19 0 0.96 0.91 0.18 357.01 0.92 0.43
Hex D2 9 13 0 60 5B 12 165 5C 2B
Octal 322 11 23 0 140 133 22 545 134 53
Binary 11010010 1001 10011 0 1100000 1011011 10010 101100101 1011100 101011

Color Harmonies of #D20913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20913

Black with #D20913

Text Example


Text Example

White with #D20913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20913; }

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

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

background-color css

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

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

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

border-color css

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

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

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