Html Css Color HEX #D00211 Venetian Red

📋 copy color: '#D00211'

red 208 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #D00211

Tints of Venetian Red #D00211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 91.63%
G = 0.88%
B = 7.49%

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

#D00211 (or 0xD00211) is known color: Venetian Red. HEX triplet: D0, 02 and 11. RGB value is (208,2,17). Sum of RGB (Red+Green+Blue) = 208+2+17=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D00211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00211 is #2FFDEE. Grayscale: #414141. Windows color (decimal): -3145199 or 1114832. OLE color: 1114832.

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

Color convert

RGB 208 2 17 -
CMYK 0 0.99 0.92 0.18
HSL 355.63º 0.98% 0.41% -
HSV(B) 355.63º 0.99% 0.82% -
XYZ 26.14 13.49 1.76 -
YUV 65.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 208 2 17 0 0.99 0.92 0.18 355.63 0.98 0.41
Hex D0 2 11 0 63 5C 12 164 62 29
Octal 320 2 21 0 143 134 22 544 142 51
Binary 11010000 10 10001 0 1100011 1011100 10010 101100100 1100010 101001

Color Harmonies of #D00211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00211

Black with #D00211

Text Example


Text Example

White with #D00211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00211; }

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

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

background-color css

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

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

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

border-color css

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

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

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