Html Css Color HEX #D60117 Venetian Red

📋 copy color: '#D60117'

red 214 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #D60117

Tints of Venetian Red #D60117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 89.92%
G = 0.42%
B = 9.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D60117 (or 0xD60117) is known color: Venetian Red. HEX triplet: D6, 01 and 17. RGB value is (214,1,23). Sum of RGB (Red+Green+Blue) = 214+1+23=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D60117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60117 is #29FEE8. Grayscale: #434343. Windows color (decimal): -2752233 or 1507798. OLE color: 1507798.

HSL color Cylindrical-coordinate representation of color #D60117: hue angle of 353.8º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60117 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 23 -
CMYK 0 1.00 0.89 0.16
HSL 353.8º 0.99% 0.42% -
HSV(B) 353.8º 1% 0.84% -
XYZ 27.9 14.38 2.12 -
YUV 67.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 214 1 23 0 1.00 0.89 0.16 353.8 0.99 0.42
Hex D6 1 17 0 64 59 10 162 63 2A
Octal 326 1 27 0 144 131 20 542 143 52
Binary 11010110 1 10111 0 1100100 1011001 10000 101100010 1100011 101010

Color Harmonies of #D60117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60117

Black with #D60117

Text Example


Text Example

White with #D60117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60117; }

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

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

background-color css

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

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

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

border-color css

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

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

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