Html Css Color HEX #D60816 Venetian Red

📋 copy color: '#D60816'

red 214 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #D60816

Tints of Venetian Red #D60816

RGB

 RED value IS 214 (83.98% from 255) = 87.7%

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 87.7%
G = 3.28%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D60816 (or 0xD60816) is known color: Venetian Red. HEX triplet: D6, 08 and 16. RGB value is (214,8,22). Sum of RGB (Red+Green+Blue) = 214+8+22=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D60816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60816 is #29F7E9. Grayscale: #474747. Windows color (decimal): -2750442 or 1444054. OLE color: 1444054.

HSL color Cylindrical-coordinate representation of color #D60816: hue angle of 355.92º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60816 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 22 -
CMYK 0 0.96 0.90 0.16
HSL 355.92º 0.93% 0.44% -
HSV(B) 355.92º 0.96% 0.84% -
XYZ 27.96 14.53 2.09 -
YUV 71.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 214 8 22 0 0.96 0.90 0.16 355.92 0.93 0.44
Hex D6 8 16 0 60 5A 10 164 5D 2C
Octal 326 10 26 0 140 132 20 544 135 54
Binary 11010110 1000 10110 0 1100000 1011010 10000 101100100 1011101 101100

Color Harmonies of #D60816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60816

Black with #D60816

Text Example


Text Example

White with #D60816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60816; }

 p { color: rgb(214,8,22); }

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

background-color css

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

 a { background-color: rgb(214,8,22); }

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

border-color css

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

 span { border-color: rgb(214,8,22); }

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