Html Css Color HEX #D00210 Venetian Red

📋 copy color: '#D00210'

red 208 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #D00210

Tints of Venetian Red #D00210

RGB

 RED value IS 208 (81.64% from 255) = 92.04%

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 92.04%
G = 0.88%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00210 (or 0xD00210) is known color: Venetian Red. HEX triplet: D0, 02 and 10. RGB value is (208,2,16). Sum of RGB (Red+Green+Blue) = 208+2+16=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D00210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00210 is #2FFDEF. Grayscale: #414141. Windows color (decimal): -3145200 or 1049296. OLE color: 1049296.

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

Color convert

RGB 208 2 16 -
CMYK 0 0.99 0.92 0.18
HSL 355.92º 0.98% 0.41% -
HSV(B) 355.92º 0.99% 0.82% -
XYZ 26.13 13.49 1.72 -
YUV 65.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 208 2 16 0 0.99 0.92 0.18 355.92 0.98 0.41
Hex D0 2 10 0 63 5C 12 164 62 29
Octal 320 2 20 0 143 134 22 544 142 51
Binary 11010000 10 10000 0 1100011 1011100 10010 101100100 1100010 101001

Color Harmonies of #D00210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00210

Black with #D00210

Text Example


Text Example

White with #D00210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00210; }

 p { color: rgb(208,2,16); }

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

background-color css

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

 a { background-color: rgb(208,2,16); }

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

border-color css

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

 span { border-color: rgb(208,2,16); }

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