Html Css Color HEX #C50322 Venetian Red

📋 copy color: '#C50322'

red 197 ◦ green 3 ◦ blue 34

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

Shades of Venetian Red #C50322

Tints of Venetian Red #C50322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 84.19%
G = 1.28%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C50322 (or 0xC50322) is known color: Venetian Red. HEX triplet: C5, 03 and 22. RGB value is (197,3,34). Sum of RGB (Red+Green+Blue) = 197+3+34=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C50322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50322 is #3AFCDD. Grayscale: #404040. Windows color (decimal): -3865822 or 2229189. OLE color: 2229189.

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

Color convert

RGB 197 3 34 -
CMYK 0 0.98 0.83 0.23
HSL 350.41º 0.97% 0.39% -
HSV(B) 350.41º 0.98% 0.77% -
XYZ 23.35 12.05 2.61 -
YUV 64.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 197 3 34 0 0.98 0.83 0.23 350.41 0.97 0.39
Hex C5 3 22 0 62 53 17 15E 61 27
Octal 305 3 42 0 142 123 27 536 141 47
Binary 11000101 11 100010 0 1100010 1010011 10111 101011110 1100001 100111

Color Harmonies of #C50322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50322

Black with #C50322

Text Example


Text Example

White with #C50322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50322; }

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

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

background-color css

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

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

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

border-color css

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

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

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