Html Css Color HEX #C51113 Venetian Red

📋 copy color: '#C51113'

red 197 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #C51113

Tints of Venetian Red #C51113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.3%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 84.55%
G = 7.3%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C51113 (or 0xC51113) is known color: Venetian Red. HEX triplet: C5, 11 and 13. RGB value is (197,17,19). Sum of RGB (Red+Green+Blue) = 197+17+19=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C51113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51113 is #3AEEEC. Grayscale: #474747. Windows color (decimal): -3862253 or 1249733. OLE color: 1249733.

HSL color Cylindrical-coordinate representation of color #C51113: hue angle of 359.33º degrees, saturation: 0.84, 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 #C51113 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 19 -
CMYK 0 0.91 0.90 0.23
HSL 359.33º 0.84% 0.42% -
HSV(B) 359.33º 0.91% 0.77% -
XYZ 23.34 12.32 1.76 -
YUV 71.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 197 17 19 0 0.91 0.90 0.23 359.33 0.84 0.42
Hex C5 11 13 0 5B 5A 17 167 54 2A
Octal 305 21 23 0 133 132 27 547 124 52
Binary 11000101 10001 10011 0 1011011 1011010 10111 101100111 1010100 101010

Color Harmonies of #C51113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51113

Black with #C51113

Text Example


Text Example

White with #C51113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51113; }

 p { color: rgb(197,17,19); }

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

background-color css

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

 a { background-color: rgb(197,17,19); }

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

border-color css

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

 span { border-color: rgb(197,17,19); }

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