Html Css Color HEX #D60B14 Venetian Red

📋 copy color: '#D60B14'

red 214 ◦ green 11 ◦ blue 20

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

Shades of Venetian Red #D60B14

Tints of Venetian Red #D60B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 87.35%
G = 4.49%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60B14 (or 0xD60B14) is known color: Venetian Red. HEX triplet: D6, 0B and 14. RGB value is (214,11,20). Sum of RGB (Red+Green+Blue) = 214+11+20=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60B14 is #29F4EB. Grayscale: #484848. Windows color (decimal): -2749676 or 1313750. OLE color: 1313750.

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

Color convert

RGB 214 11 20 -
CMYK 0 0.95 0.91 0.16
HSL 357.34º 0.9% 0.44% -
HSV(B) 357.34º 0.95% 0.84% -
XYZ 27.98 14.59 2 -
YUV 72.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 214 11 20 0 0.95 0.91 0.16 357.34 0.9 0.44
Hex D6 B 14 0 5F 5B 10 165 5A 2C
Octal 326 13 24 0 137 133 20 545 132 54
Binary 11010110 1011 10100 0 1011111 1011011 10000 101100101 1011010 101100

Color Harmonies of #D60B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B14

Black with #D60B14

Text Example


Text Example

White with #D60B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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