Html Css Color HEX #C50522 Venetian Red

📋 copy color: '#C50522'

red 197 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #C50522

Tints of Venetian Red #C50522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 83.47%
G = 2.12%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C50522 (or 0xC50522) is known color: Venetian Red. HEX triplet: C5, 05 and 22. RGB value is (197,5,34). Sum of RGB (Red+Green+Blue) = 197+5+34=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C50522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50522 is #3AFADD. Grayscale: #414141. Windows color (decimal): -3865310 or 2229701. OLE color: 2229701.

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

Color convert

RGB 197 5 34 -
CMYK 0 0.97 0.83 0.23
HSL 350.94º 0.95% 0.4% -
HSV(B) 350.94º 0.97% 0.77% -
XYZ 23.37 12.09 2.62 -
YUV 65.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 197 5 34 0 0.97 0.83 0.23 350.94 0.95 0.4
Hex C5 5 22 0 61 53 17 15F 5F 28
Octal 305 5 42 0 141 123 27 537 137 50
Binary 11000101 101 100010 0 1100001 1010011 10111 101011111 1011111 101000

Color Harmonies of #C50522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50522

Black with #C50522

Text Example


Text Example

White with #C50522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50522; }

 p { color: rgb(197,5,34); }

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

background-color css

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

 a { background-color: rgb(197,5,34); }

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

border-color css

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

 span { border-color: rgb(197,5,34); }

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