Html Css Color HEX #D00216 Venetian Red

📋 copy color: '#D00216'

red 208 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #D00216

Tints of Venetian Red #D00216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 89.66%
G = 0.86%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00216 (or 0xD00216) is known color: Venetian Red. HEX triplet: D0, 02 and 16. RGB value is (208,2,22). Sum of RGB (Red+Green+Blue) = 208+2+22=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00216 is #2FFDE9. Grayscale: #424242. Windows color (decimal): -3145194 or 1442512. OLE color: 1442512.

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

Color convert

RGB 208 2 22 -
CMYK 0 0.99 0.89 0.18
HSL 354.17º 0.98% 0.41% -
HSV(B) 354.17º 0.99% 0.82% -
XYZ 26.18 13.51 1.99 -
YUV 65.87 103.25 229.37 -
System Red Green Blue C M Y K H S L
Decimal 208 2 22 0 0.99 0.89 0.18 354.17 0.98 0.41
Hex D0 2 16 0 63 59 12 162 62 29
Octal 320 2 26 0 143 131 22 542 142 51
Binary 11010000 10 10110 0 1100011 1011001 10010 101100010 1100010 101001

Color Harmonies of #D00216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00216

Black with #D00216

Text Example


Text Example

White with #D00216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00216; }

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

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

background-color css

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

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

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

border-color css

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

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

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