Html Css Color HEX #C51016 Venetian Red

📋 copy color: '#C51016'

red 197 ◦ green 16 ◦ blue 22

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

Shades of Venetian Red #C51016

Tints of Venetian Red #C51016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 83.83%
G = 6.81%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C51016 (or 0xC51016) is known color: Venetian Red. HEX triplet: C5, 10 and 16. RGB value is (197,16,22). Sum of RGB (Red+Green+Blue) = 197+16+22=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C51016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51016 is #3AEFE9. Grayscale: #464646. Windows color (decimal): -3862506 or 1446085. OLE color: 1446085.

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

Color convert

RGB 197 16 22 -
CMYK 0 0.92 0.89 0.23
HSL 358.01º 0.85% 0.42% -
HSV(B) 358.01º 0.92% 0.77% -
XYZ 23.36 12.3 1.9 -
YUV 70.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 197 16 22 0 0.92 0.89 0.23 358.01 0.85 0.42
Hex C5 10 16 0 5C 59 17 166 55 2A
Octal 305 20 26 0 134 131 27 546 125 52
Binary 11000101 10000 10110 0 1011100 1011001 10111 101100110 1010101 101010

Color Harmonies of #C51016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51016

Black with #C51016

Text Example


Text Example

White with #C51016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51016; }

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

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

background-color css

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

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

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

border-color css

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

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

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