Html Css Color HEX #D60B12 Venetian Red

📋 copy color: '#D60B12'

red 214 ◦ green 11 ◦ blue 18

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

Shades of Venetian Red #D60B12

Tints of Venetian Red #D60B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.53%

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

R = 88.07%
G = 4.53%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60B12 (or 0xD60B12) is known color: Venetian Red. HEX triplet: D6, 0B and 12. RGB value is (214,11,18). Sum of RGB (Red+Green+Blue) = 214+11+18=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60B12 is #29F4ED. Grayscale: #484848. Windows color (decimal): -2749678 or 1182678. OLE color: 1182678.

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

Color convert

RGB 214 11 18 -
CMYK 0 0.95 0.92 0.16
HSL 357.93º 0.9% 0.44% -
HSV(B) 357.93º 0.95% 0.84% -
XYZ 27.96 14.58 1.91 -
YUV 72.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 214 11 18 0 0.95 0.92 0.16 357.93 0.9 0.44
Hex D6 B 12 0 5F 5C 10 166 5A 2C
Octal 326 13 22 0 137 134 20 546 132 54
Binary 11010110 1011 10010 0 1011111 1011100 10000 101100110 1011010 101100

Color Harmonies of #D60B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B12

Black with #D60B12

Text Example


Text Example

White with #D60B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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