Html Css Color HEX #D60D11 Venetian Red

📋 copy color: '#D60D11'

red 214 ◦ green 13 ◦ blue 17

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

Shades of Venetian Red #D60D11

Tints of Venetian Red #D60D11

RGB

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

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

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

R = 87.7%
G = 5.33%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60D11 (or 0xD60D11) is known color: Venetian Red. HEX triplet: D6, 0D and 11. RGB value is (214,13,17). Sum of RGB (Red+Green+Blue) = 214+13+17=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D11 is #29F2EE. Grayscale: #494949. Windows color (decimal): -2749167 or 1117654. OLE color: 1117654.

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

Color convert

RGB 214 13 17 -
CMYK 0 0.94 0.92 0.16
HSL 358.81º 0.89% 0.45% -
HSV(B) 358.81º 0.94% 0.84% -
XYZ 27.98 14.62 1.88 -
YUV 73.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 214 13 17 0 0.94 0.92 0.16 358.81 0.89 0.45
Hex D6 D 11 0 5E 5C 10 167 59 2D
Octal 326 15 21 0 136 134 20 547 131 55
Binary 11010110 1101 10001 0 1011110 1011100 10000 101100111 1011001 101101

Color Harmonies of #D60D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D11

Black with #D60D11

Text Example


Text Example

White with #D60D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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