Html Css Color HEX #D60E12 Venetian Red

📋 copy color: '#D60E12'

red 214 ◦ green 14 ◦ blue 18

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

Shades of Venetian Red #D60E12

Tints of Venetian Red #D60E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 86.99%
G = 5.69%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60E12 (or 0xD60E12) is known color: Venetian Red. HEX triplet: D6, 0E and 12. RGB value is (214,14,18). Sum of RGB (Red+Green+Blue) = 214+14+18=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60E12 is #29F1ED. Grayscale: #4A4A4A. Windows color (decimal): -2748910 or 1183446. OLE color: 1183446.

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

Color convert

RGB 214 14 18 -
CMYK 0 0.93 0.92 0.16
HSL 358.8º 0.88% 0.45% -
HSV(B) 358.8º 0.93% 0.84% -
XYZ 28 14.65 1.93 -
YUV 74.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 214 14 18 0 0.93 0.92 0.16 358.8 0.88 0.45
Hex D6 E 12 0 5D 5C 10 167 58 2D
Octal 326 16 22 0 135 134 20 547 130 55
Binary 11010110 1110 10010 0 1011101 1011100 10000 101100111 1011000 101101

Color Harmonies of #D60E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60E12

Black with #D60E12

Text Example


Text Example

White with #D60E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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