Html Css Color HEX #C50D48 Cardinal

📋 copy color: '#C50D48'

red 197 ◦ green 13 ◦ blue 72

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

Shades of Cardinal #C50D48

Tints of Cardinal #C50D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 69.86%
G = 4.61%
B = 25.53%

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

#C50D48 (or 0xC50D48) is known color: Cardinal. HEX triplet: C5, 0D and 48. RGB value is (197,13,72). Sum of RGB (Red+Green+Blue) = 197+13+72=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50D48 is #3AF2B7. Grayscale: #4A4A4A. Windows color (decimal): -3863224 or 4722117. OLE color: 4722117.

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

Color convert

RGB 197 13 72 -
CMYK 0 0.93 0.63 0.23
HSL 340.76º 0.88% 0.41% -
HSV(B) 340.76º 0.93% 0.77% -
XYZ 24.34 12.63 7.29 -
YUV 74.74 126.46 215.2 -
System Red Green Blue C M Y K H S L
Decimal 197 13 72 0 0.93 0.63 0.23 340.76 0.88 0.41
Hex C5 D 48 0 5D 3F 17 155 58 29
Octal 305 15 110 0 135 77 27 525 130 51
Binary 11000101 1101 1001000 0 1011101 111111 10111 101010101 1011000 101001

Color Harmonies of #C50D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D48

Black with #C50D48

Text Example


Text Example

White with #C50D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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