Html Css Color HEX #D20109 Venetian Red

📋 copy color: '#D20109'

red 210 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #D20109

Tints of Venetian Red #D20109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 95.45%
G = 0.45%
B = 4.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D20109 (or 0xD20109) is known color: Venetian Red. HEX triplet: D2, 01 and 09. RGB value is (210,1,9). Sum of RGB (Red+Green+Blue) = 210+1+9=220 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 210 - color contains mainly: red. Hex color #D20109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20109 is #2DFEF6. Grayscale: #404040. Windows color (decimal): -3014391 or 590290. OLE color: 590290.

HSL color Cylindrical-coordinate representation of color #D20109: hue angle of 357.7º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 9 -
CMYK 0 1.00 0.96 0.18
HSL 357.7º 0.99% 0.41% -
HSV(B) 357.7º 1% 0.82% -
XYZ 26.64 13.74 1.51 -
YUV 64.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 210 1 9 0 1.00 0.96 0.18 357.7 0.99 0.41
Hex D2 1 9 0 64 60 12 166 63 29
Octal 322 1 11 0 144 140 22 546 143 51
Binary 11010010 1 1001 0 1100100 1100000 10010 101100110 1100011 101001

Color Harmonies of #D20109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20109

Black with #D20109

Text Example


Text Example

White with #D20109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20109; }

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

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

background-color css

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

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

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

border-color css

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

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

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