Html Css Color HEX #C50D49 Cardinal

📋 copy color: '#C50D49'

red 197 ◦ green 13 ◦ blue 73

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

Shades of Cardinal #C50D49

Tints of Cardinal #C50D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 73 (28.91% from 255) = 25.8%

R = 69.61%
G = 4.59%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50D49 (or 0xC50D49) is known color: Cardinal. HEX triplet: C5, 0D and 49. RGB value is (197,13,73). Sum of RGB (Red+Green+Blue) = 197+13+73=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D49 is #3AF2B6. Grayscale: #4A4A4A. Windows color (decimal): -3863223 or 4787653. OLE color: 4787653.

HSL color Cylindrical-coordinate representation of color #C50D49: hue angle of 340.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D49 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 73 -
CMYK 0 0.93 0.63 0.23
HSL 340.43º 0.88% 0.41% -
HSV(B) 340.43º 0.93% 0.77% -
XYZ 24.37 12.64 7.46 -
YUV 74.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 197 13 73 0 0.93 0.63 0.23 340.43 0.88 0.41
Hex C5 D 49 0 5D 3F 17 154 58 29
Octal 305 15 111 0 135 77 27 524 130 51
Binary 11000101 1101 1001001 0 1011101 111111 10111 101010100 1011000 101001

Color Harmonies of #C50D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D49

Black with #C50D49

Text Example


Text Example

White with #C50D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D49; }

 p { color: rgb(197,13,73); }

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

background-color css

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

 a { background-color: rgb(197,13,73); }

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

border-color css

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

 span { border-color: rgb(197,13,73); }

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