Html Css Color HEX #C50124 Venetian Red

📋 copy color: '#C50124'

red 197 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #C50124

Tints of Venetian Red #C50124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 84.19%
G = 0.43%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C50124 (or 0xC50124) is known color: Venetian Red. HEX triplet: C5, 01 and 24. RGB value is (197,1,36). Sum of RGB (Red+Green+Blue) = 197+1+36=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C50124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50124 is #3AFEDB. Grayscale: #3F3F3F. Windows color (decimal): -3866332 or 2359749. OLE color: 2359749.

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

Color convert

RGB 197 1 36 -
CMYK 0 0.99 0.82 0.23
HSL 349.29º 0.99% 0.39% -
HSV(B) 349.29º 0.99% 0.77% -
XYZ 23.36 12.02 2.76 -
YUV 63.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 197 1 36 0 0.99 0.82 0.23 349.29 0.99 0.39
Hex C5 1 24 0 63 52 17 15D 63 27
Octal 305 1 44 0 143 122 27 535 143 47
Binary 11000101 1 100100 0 1100011 1010010 10111 101011101 1100011 100111

Color Harmonies of #C50124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50124

Black with #C50124

Text Example


Text Example

White with #C50124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50124; }

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

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

background-color css

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

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

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

border-color css

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

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

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