Html Css Color HEX #C50521 Venetian Red

📋 copy color: '#C50521'

red 197 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #C50521

Tints of Venetian Red #C50521

RGB

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

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

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

R = 83.83%
G = 2.13%
B = 14.04%

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

#C50521 (or 0xC50521) is known color: Venetian Red. HEX triplet: C5, 05 and 21. RGB value is (197,5,33). Sum of RGB (Red+Green+Blue) = 197+5+33=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C50521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50521 is #3AFADE. Grayscale: #414141. Windows color (decimal): -3865311 or 2164165. OLE color: 2164165.

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

Color convert

RGB 197 5 33 -
CMYK 0 0.97 0.83 0.23
HSL 351.25º 0.95% 0.4% -
HSV(B) 351.25º 0.97% 0.77% -
XYZ 23.35 12.09 2.54 -
YUV 65.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 197 5 33 0 0.97 0.83 0.23 351.25 0.95 0.4
Hex C5 5 21 0 61 53 17 15F 5F 28
Octal 305 5 41 0 141 123 27 537 137 50
Binary 11000101 101 100001 0 1100001 1010011 10111 101011111 1011111 101000

Color Harmonies of #C50521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50521

Black with #C50521

Text Example


Text Example

White with #C50521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50521; }

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

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

background-color css

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

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

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

border-color css

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

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

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