Html Css Color HEX #D60D16 Venetian Red

📋 copy color: '#D60D16'

red 214 ◦ green 13 ◦ blue 22

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

Shades of Venetian Red #D60D16

Tints of Venetian Red #D60D16

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.22%

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

R = 85.94%
G = 5.22%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D60D16 (or 0xD60D16) is known color: Venetian Red. HEX triplet: D6, 0D and 16. RGB value is (214,13,22). Sum of RGB (Red+Green+Blue) = 214+13+22=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D16 is #29F2E9. Grayscale: #4A4A4A. Windows color (decimal): -2749162 or 1445334. OLE color: 1445334.

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

Color convert

RGB 214 13 22 -
CMYK 0 0.94 0.90 0.16
HSL 357.31º 0.89% 0.45% -
HSV(B) 357.31º 0.94% 0.84% -
XYZ 28.02 14.64 2.11 -
YUV 74.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 214 13 22 0 0.94 0.90 0.16 357.31 0.89 0.45
Hex D6 D 16 0 5E 5A 10 165 59 2D
Octal 326 15 26 0 136 132 20 545 131 55
Binary 11010110 1101 10110 0 1011110 1011010 10000 101100101 1011001 101101

Color Harmonies of #D60D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D16

Black with #D60D16

Text Example


Text Example

White with #D60D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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