Html Css Color HEX #C51549 Cardinal

📋 copy color: '#C51549'

red 197 ◦ green 21 ◦ blue 73

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

Shades of Cardinal #C51549

Tints of Cardinal #C51549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 67.7%
G = 7.22%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C51549 (or 0xC51549) is known color: Cardinal. HEX triplet: C5, 15 and 49. RGB value is (197,21,73). Sum of RGB (Red+Green+Blue) = 197+21+73=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C51549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51549 is #3AEAB6. Grayscale: #4F4F4F. Windows color (decimal): -3861175 or 4789701. OLE color: 4789701.

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

Color convert

RGB 197 21 73 -
CMYK 0 0.89 0.63 0.23
HSL 342.27º 0.81% 0.43% -
HSV(B) 342.27º 0.89% 0.77% -
XYZ 24.5 12.89 7.5 -
YUV 79.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 197 21 73 0 0.89 0.63 0.23 342.27 0.81 0.43
Hex C5 15 49 0 59 3F 17 156 51 2B
Octal 305 25 111 0 131 77 27 526 121 53
Binary 11000101 10101 1001001 0 1011001 111111 10111 101010110 1010001 101011

Color Harmonies of #C51549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51549

Black with #C51549

Text Example


Text Example

White with #C51549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51549; }

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

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

background-color css

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

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

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

border-color css

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

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

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