Html Css Color HEX #D60216 Venetian Red

📋 copy color: '#D60216'

red 214 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #D60216

Tints of Venetian Red #D60216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 89.92%
G = 0.84%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D60216 (or 0xD60216) is known color: Venetian Red. HEX triplet: D6, 02 and 16. RGB value is (214,2,22). Sum of RGB (Red+Green+Blue) = 214+2+22=238 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.92% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 214 - color contains mainly: red. Hex color #D60216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60216 is #29FDE9. Grayscale: #434343. Windows color (decimal): -2751978 or 1442518. OLE color: 1442518.

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

Color convert

RGB 214 2 22 -
CMYK 0 0.99 0.90 0.16
HSL 354.34º 0.98% 0.42% -
HSV(B) 354.34º 0.99% 0.84% -
XYZ 27.9 14.4 2.07 -
YUV 67.67 102.24 232.37 -
System Red Green Blue C M Y K H S L
Decimal 214 2 22 0 0.99 0.90 0.16 354.34 0.98 0.42
Hex D6 2 16 0 63 5A 10 162 62 2A
Octal 326 2 26 0 143 132 20 542 142 52
Binary 11010110 10 10110 0 1100011 1011010 10000 101100010 1100010 101010

Color Harmonies of #D60216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60216

Black with #D60216

Text Example


Text Example

White with #D60216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60216; }

 p { color: rgb(214,2,22); }

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

background-color css

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

 a { background-color: rgb(214,2,22); }

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

border-color css

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

 span { border-color: rgb(214,2,22); }

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