Html Css Color HEX #C51013 Venetian Red

📋 copy color: '#C51013'

red 197 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #C51013

Tints of Venetian Red #C51013

RGB

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

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

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

R = 84.91%
G = 6.9%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C51013 (or 0xC51013) is known color: Venetian Red. HEX triplet: C5, 10 and 13. RGB value is (197,16,19). Sum of RGB (Red+Green+Blue) = 197+16+19=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C51013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51013 is #3AEFEC. Grayscale: #464646. Windows color (decimal): -3862509 or 1249477. OLE color: 1249477.

HSL color Cylindrical-coordinate representation of color #C51013: hue angle of 359.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 #C51013 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 19 -
CMYK 0 0.92 0.90 0.23
HSL 359.01º 0.85% 0.42% -
HSV(B) 359.01º 0.92% 0.77% -
XYZ 23.33 12.29 1.76 -
YUV 70.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 197 16 19 0 0.92 0.90 0.23 359.01 0.85 0.42
Hex C5 10 13 0 5C 5A 17 167 55 2A
Octal 305 20 23 0 134 132 27 547 125 52
Binary 11000101 10000 10011 0 1011100 1011010 10111 101100111 1010101 101010

Color Harmonies of #C51013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51013

Black with #C51013

Text Example


Text Example

White with #C51013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51013; }

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

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

background-color css

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

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

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

border-color css

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

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

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