Html Css Color HEX #C51216 Venetian Red

📋 copy color: '#C51216'

red 197 ◦ green 18 ◦ blue 22

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

Shades of Venetian Red #C51216

Tints of Venetian Red #C51216

RGB

 RED value IS 197 (77.34% from 255) = 83.12%

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 83.12%
G = 7.59%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C51216 (or 0xC51216) is known color: Venetian Red. HEX triplet: C5, 12 and 16. RGB value is (197,18,22). Sum of RGB (Red+Green+Blue) = 197+18+22=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C51216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51216 is #3AEDE9. Grayscale: #484848. Windows color (decimal): -3861994 or 1446597. OLE color: 1446597.

HSL color Cylindrical-coordinate representation of color #C51216: hue angle of 358.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51216 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 22 -
CMYK 0 0.91 0.89 0.23
HSL 358.66º 0.83% 0.42% -
HSV(B) 358.66º 0.91% 0.77% -
XYZ 23.39 12.36 1.91 -
YUV 71.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 197 18 22 0 0.91 0.89 0.23 358.66 0.83 0.42
Hex C5 12 16 0 5B 59 17 167 53 2A
Octal 305 22 26 0 133 131 27 547 123 52
Binary 11000101 10010 10110 0 1011011 1011001 10111 101100111 1010011 101010

Color Harmonies of #C51216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51216

Black with #C51216

Text Example


Text Example

White with #C51216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51216; }

 p { color: rgb(197,18,22); }

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

background-color css

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

 a { background-color: rgb(197,18,22); }

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

border-color css

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

 span { border-color: rgb(197,18,22); }

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