Html Css Color HEX #D60917 Venetian Red

📋 copy color: '#D60917'

red 214 ◦ green 9 ◦ blue 23

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

Shades of Venetian Red #D60917

Tints of Venetian Red #D60917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

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

R = 86.99%
G = 3.66%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D60917 (or 0xD60917) is known color: Venetian Red. HEX triplet: D6, 09 and 17. RGB value is (214,9,23). Sum of RGB (Red+Green+Blue) = 214+9+23=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D60917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60917 is #29F6E8. Grayscale: #484848. Windows color (decimal): -2750185 or 1509846. OLE color: 1509846.

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

Color convert

RGB 214 9 23 -
CMYK 0 0.96 0.89 0.16
HSL 355.9º 0.92% 0.44% -
HSV(B) 355.9º 0.96% 0.84% -
XYZ 27.98 14.55 2.14 -
YUV 71.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 214 9 23 0 0.96 0.89 0.16 355.9 0.92 0.44
Hex D6 9 17 0 60 59 10 164 5C 2C
Octal 326 11 27 0 140 131 20 544 134 54
Binary 11010110 1001 10111 0 1100000 1011001 10000 101100100 1011100 101100

Color Harmonies of #D60917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60917

Black with #D60917

Text Example


Text Example

White with #D60917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60917; }

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

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

background-color css

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

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

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

border-color css

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

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

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