Html Css Color HEX #C50524 Venetian Red

📋 copy color: '#C50524'

red 197 ◦ green 5 ◦ blue 36

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

Shades of Venetian Red #C50524

Tints of Venetian Red #C50524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.13%

R = 82.77%
G = 2.1%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50524 (or 0xC50524) is known color: Venetian Red. HEX triplet: C5, 05 and 24. RGB value is (197,5,36). Sum of RGB (Red+Green+Blue) = 197+5+36=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C50524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50524 is #3AFADB. Grayscale: #424242. Windows color (decimal): -3865308 or 2360773. OLE color: 2360773.

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

Color convert

RGB 197 5 36 -
CMYK 0 0.97 0.82 0.23
HSL 350.31º 0.95% 0.4% -
HSV(B) 350.31º 0.97% 0.77% -
XYZ 23.4 12.11 2.77 -
YUV 65.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 197 5 36 0 0.97 0.82 0.23 350.31 0.95 0.4
Hex C5 5 24 0 61 52 17 15E 5F 28
Octal 305 5 44 0 141 122 27 536 137 50
Binary 11000101 101 100100 0 1100001 1010010 10111 101011110 1011111 101000

Color Harmonies of #C50524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50524

Black with #C50524

Text Example


Text Example

White with #C50524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50524; }

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

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

background-color css

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

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

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

border-color css

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

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

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