Html Css Color HEX #C50321 Venetian Red

📋 copy color: '#C50321'

red 197 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #C50321

Tints of Venetian Red #C50321

RGB

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

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

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

R = 84.55%
G = 1.29%
B = 14.16%

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

#C50321 (or 0xC50321) is known color: Venetian Red. HEX triplet: C5, 03 and 21. RGB value is (197,3,33). Sum of RGB (Red+Green+Blue) = 197+3+33=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C50321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50321 is #3AFCDE. Grayscale: #404040. Windows color (decimal): -3865823 or 2163653. OLE color: 2163653.

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

Color convert

RGB 197 3 33 -
CMYK 0 0.98 0.83 0.23
HSL 350.72º 0.97% 0.39% -
HSV(B) 350.72º 0.98% 0.77% -
XYZ 23.33 12.05 2.53 -
YUV 64.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 197 3 33 0 0.98 0.83 0.23 350.72 0.97 0.39
Hex C5 3 21 0 62 53 17 15F 61 27
Octal 305 3 41 0 142 123 27 537 141 47
Binary 11000101 11 100001 0 1100010 1010011 10111 101011111 1100001 100111

Color Harmonies of #C50321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50321

Black with #C50321

Text Example


Text Example

White with #C50321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50321; }

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

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

background-color css

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

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

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

border-color css

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

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

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