Html Css Color HEX #D60C12 Venetian Red

📋 copy color: '#D60C12'

red 214 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #D60C12

Tints of Venetian Red #D60C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

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

R = 87.7%
G = 4.92%
B = 7.38%

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

#D60C12 (or 0xD60C12) is known color: Venetian Red. HEX triplet: D6, 0C and 12. RGB value is (214,12,18). Sum of RGB (Red+Green+Blue) = 214+12+18=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60C12 is #29F3ED. Grayscale: #494949. Windows color (decimal): -2749422 or 1182934. OLE color: 1182934.

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

Color convert

RGB 214 12 18 -
CMYK 0 0.94 0.92 0.16
HSL 358.22º 0.89% 0.44% -
HSV(B) 358.22º 0.94% 0.84% -
XYZ 27.97 14.6 1.92 -
YUV 73.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 214 12 18 0 0.94 0.92 0.16 358.22 0.89 0.44
Hex D6 C 12 0 5E 5C 10 166 59 2C
Octal 326 14 22 0 136 134 20 546 131 54
Binary 11010110 1100 10010 0 1011110 1011100 10000 101100110 1011001 101100

Color Harmonies of #D60C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60C12

Black with #D60C12

Text Example


Text Example

White with #D60C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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