Html Css Color HEX #D60D10 Venetian Red

📋 copy color: '#D60D10'

red 214 ◦ green 13 ◦ blue 16

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

Shades of Venetian Red #D60D10

Tints of Venetian Red #D60D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 88.07%
G = 5.35%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D60D10 (or 0xD60D10) is known color: Venetian Red. HEX triplet: D6, 0D and 10. RGB value is (214,13,16). Sum of RGB (Red+Green+Blue) = 214+13+16=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D10 is #29F2EF. Grayscale: #494949. Windows color (decimal): -2749168 or 1052118. OLE color: 1052118.

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

Color convert

RGB 214 13 16 -
CMYK 0 0.94 0.93 0.16
HSL 359.1º 0.89% 0.45% -
HSV(B) 359.1º 0.94% 0.84% -
XYZ 27.97 14.62 1.84 -
YUV 73.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 214 13 16 0 0.94 0.93 0.16 359.1 0.89 0.45
Hex D6 D 10 0 5E 5D 10 167 59 2D
Octal 326 15 20 0 136 135 20 547 131 55
Binary 11010110 1101 10000 0 1011110 1011101 10000 101100111 1011001 101101

Color Harmonies of #D60D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60D10

Black with #D60D10

Text Example


Text Example

White with #D60D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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