Html Css Color HEX #C50C49 Cardinal

📋 copy color: '#C50C49'

red 197 ◦ green 12 ◦ blue 73

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

Shades of Cardinal #C50C49

Tints of Cardinal #C50C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.26%

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

R = 69.86%
G = 4.26%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C50C49 (or 0xC50C49) is known color: Cardinal. HEX triplet: C5, 0C and 49. RGB value is (197,12,73). Sum of RGB (Red+Green+Blue) = 197+12+73=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C49 is #3AF3B6. Grayscale: #4A4A4A. Windows color (decimal): -3863479 or 4787397. OLE color: 4787397.

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

Color convert

RGB 197 12 73 -
CMYK 0 0.94 0.63 0.23
HSL 340.22º 0.89% 0.41% -
HSV(B) 340.22º 0.94% 0.77% -
XYZ 24.36 12.61 7.45 -
YUV 74.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 197 12 73 0 0.94 0.63 0.23 340.22 0.89 0.41
Hex C5 C 49 0 5E 3F 17 154 59 29
Octal 305 14 111 0 136 77 27 524 131 51
Binary 11000101 1100 1001001 0 1011110 111111 10111 101010100 1011001 101001

Color Harmonies of #C50C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50C49

Black with #C50C49

Text Example


Text Example

White with #C50C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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