Html Css Color HEX #D60E13 Venetian Red

📋 copy color: '#D60E13'

red 214 ◦ green 14 ◦ blue 19

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

Shades of Venetian Red #D60E13

Tints of Venetian Red #D60E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 86.64%
G = 5.67%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60E13 (or 0xD60E13) is known color: Venetian Red. HEX triplet: D6, 0E and 13. RGB value is (214,14,19). Sum of RGB (Red+Green+Blue) = 214+14+19=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60E13 is #29F1EC. Grayscale: #4A4A4A. Windows color (decimal): -2748909 or 1248982. OLE color: 1248982.

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

Color convert

RGB 214 14 19 -
CMYK 0 0.93 0.91 0.16
HSL 358.5º 0.88% 0.45% -
HSV(B) 358.5º 0.93% 0.84% -
XYZ 28.01 14.66 1.97 -
YUV 74.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 214 14 19 0 0.93 0.91 0.16 358.5 0.88 0.45
Hex D6 E 13 0 5D 5B 10 166 58 2D
Octal 326 16 23 0 135 133 20 546 130 55
Binary 11010110 1110 10011 0 1011101 1011011 10000 101100110 1011000 101101

Color Harmonies of #D60E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E13

Black with #D60E13

Text Example


Text Example

White with #D60E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E13; }

 p { color: rgb(214,14,19); }

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

background-color css

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

 a { background-color: rgb(214,14,19); }

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

border-color css

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

 span { border-color: rgb(214,14,19); }

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