Html Css Color HEX #C50721 Venetian Red

📋 copy color: '#C50721'

red 197 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #C50721

Tints of Venetian Red #C50721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.92%

R = 83.12%
G = 2.95%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C50721 (or 0xC50721) is known color: Venetian Red. HEX triplet: C5, 07 and 21. RGB value is (197,7,33). Sum of RGB (Red+Green+Blue) = 197+7+33=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C50721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50721 is #3AF8DE. Grayscale: #424242. Windows color (decimal): -3864799 or 2164677. OLE color: 2164677.

HSL color Cylindrical-coordinate representation of color #C50721: hue angle of 351.79º 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 #C50721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 33 -
CMYK 0 0.96 0.83 0.23
HSL 351.79º 0.93% 0.4% -
HSV(B) 351.79º 0.96% 0.77% -
XYZ 23.38 12.13 2.55 -
YUV 66.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 197 7 33 0 0.96 0.83 0.23 351.79 0.93 0.4
Hex C5 7 21 0 60 53 17 160 5D 28
Octal 305 7 41 0 140 123 27 540 135 50
Binary 11000101 111 100001 0 1100000 1010011 10111 101100000 1011101 101000

Color Harmonies of #C50721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50721

Black with #C50721

Text Example


Text Example

White with #C50721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50721; }

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

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

background-color css

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

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

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

border-color css

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

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

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