Html Css Color HEX #D00616 Venetian Red

📋 copy color: '#D00616'

red 208 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #D00616

Tints of Venetian Red #D00616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

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

R = 88.14%
G = 2.54%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00616 (or 0xD00616) is known color: Venetian Red. HEX triplet: D0, 06 and 16. RGB value is (208,6,22). Sum of RGB (Red+Green+Blue) = 208+6+22=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D00616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00616 is #2FF9E9. Grayscale: #444444. Windows color (decimal): -3144170 or 1443536. OLE color: 1443536.

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

Color convert

RGB 208 6 22 -
CMYK 0 0.97 0.89 0.18
HSL 355.25º 0.94% 0.42% -
HSV(B) 355.25º 0.97% 0.82% -
XYZ 26.22 13.6 2 -
YUV 68.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 208 6 22 0 0.97 0.89 0.18 355.25 0.94 0.42
Hex D0 6 16 0 61 59 12 163 5E 2A
Octal 320 6 26 0 141 131 22 543 136 52
Binary 11010000 110 10110 0 1100001 1011001 10010 101100011 1011110 101010

Color Harmonies of #D00616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00616

Black with #D00616

Text Example


Text Example

White with #D00616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00616; }

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

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

background-color css

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

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

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

border-color css

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

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

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