Html Css Color HEX #D60B17 Venetian Red

📋 copy color: '#D60B17'

red 214 ◦ green 11 ◦ blue 23

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

Shades of Venetian Red #D60B17

Tints of Venetian Red #D60B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.27%

R = 86.29%
G = 4.44%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D60B17 (or 0xD60B17) is known color: Venetian Red. HEX triplet: D6, 0B and 17. RGB value is (214,11,23). Sum of RGB (Red+Green+Blue) = 214+11+23=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60B17 is #29F4E8. Grayscale: #494949. Windows color (decimal): -2749673 or 1510358. OLE color: 1510358.

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

Color convert

RGB 214 11 23 -
CMYK 0 0.95 0.89 0.16
HSL 356.45º 0.9% 0.44% -
HSV(B) 356.45º 0.95% 0.84% -
XYZ 28.01 14.6 2.15 -
YUV 73.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 214 11 23 0 0.95 0.89 0.16 356.45 0.9 0.44
Hex D6 B 17 0 5F 59 10 164 5A 2C
Octal 326 13 27 0 137 131 20 544 132 54
Binary 11010110 1011 10111 0 1011111 1011001 10000 101100100 1011010 101100

Color Harmonies of #D60B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60B17

Black with #D60B17

Text Example


Text Example

White with #D60B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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