Html Css Color HEX #D20209 Venetian Red

📋 copy color: '#D20209'

red 210 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #D20209

Tints of Venetian Red #D20209

RGB

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

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

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

R = 95.02%
G = 0.9%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D20209 (or 0xD20209) is known color: Venetian Red. HEX triplet: D2, 02 and 09. RGB value is (210,2,9). Sum of RGB (Red+Green+Blue) = 210+2+9=221 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.02% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 210 - color contains mainly: red. Hex color #D20209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20209 is #2DFDF6. Grayscale: #414141. Windows color (decimal): -3014135 or 590546. OLE color: 590546.

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

Color convert

RGB 210 2 9 -
CMYK 0 0.99 0.96 0.18
HSL 357.98º 0.98% 0.42% -
HSV(B) 357.98º 0.99% 0.82% -
XYZ 26.65 13.76 1.51 -
YUV 64.99 96.41 231.43 -
System Red Green Blue C M Y K H S L
Decimal 210 2 9 0 0.99 0.96 0.18 357.98 0.98 0.42
Hex D2 2 9 0 63 60 12 166 62 2A
Octal 322 2 11 0 143 140 22 546 142 52
Binary 11010010 10 1001 0 1100011 1100000 10010 101100110 1100010 101010

Color Harmonies of #D20209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20209

Black with #D20209

Text Example


Text Example

White with #D20209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20209; }

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

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

background-color css

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

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

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

border-color css

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

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

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