Html Css Color HEX #C50720 Venetian Red

📋 copy color: '#C50720'

red 197 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #C50720

Tints of Venetian Red #C50720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.97%

 BLUE value IS 32 (12.89% from 255) = 13.56%

R = 83.47%
G = 2.97%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C50720 (or 0xC50720) is known color: Venetian Red. HEX triplet: C5, 07 and 20. RGB value is (197,7,32). Sum of RGB (Red+Green+Blue) = 197+7+32=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C50720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50720 is #3AF8DF. Grayscale: #424242. Windows color (decimal): -3864800 or 2099141. OLE color: 2099141.

HSL color Cylindrical-coordinate representation of color #C50720: hue angle of 352.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50720 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 32 -
CMYK 0 0.96 0.84 0.23
HSL 352.11º 0.93% 0.4% -
HSV(B) 352.11º 0.96% 0.77% -
XYZ 23.36 12.13 2.48 -
YUV 66.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 197 7 32 0 0.96 0.84 0.23 352.11 0.93 0.4
Hex C5 7 20 0 60 54 17 160 5D 28
Octal 305 7 40 0 140 124 27 540 135 50
Binary 11000101 111 100000 0 1100000 1010100 10111 101100000 1011101 101000

Color Harmonies of #C50720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50720

Black with #C50720

Text Example


Text Example

White with #C50720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50720; }

 p { color: rgb(197,7,32); }

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

background-color css

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

 a { background-color: rgb(197,7,32); }

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

border-color css

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

 span { border-color: rgb(197,7,32); }

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