Html Css Color HEX #C51949 Cardinal

📋 copy color: '#C51949'

red 197 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #C51949

Tints of Cardinal #C51949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 66.78%
G = 8.47%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C51949 (or 0xC51949) is known color: Cardinal. HEX triplet: C5, 19 and 49. RGB value is (197,25,73). Sum of RGB (Red+Green+Blue) = 197+25+73=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C51949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51949 is #3AE6B6. Grayscale: #515151. Windows color (decimal): -3860151 or 4790725. OLE color: 4790725.

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

Color convert

RGB 197 25 73 -
CMYK 0 0.87 0.63 0.23
HSL 343.26º 0.77% 0.44% -
HSV(B) 343.26º 0.87% 0.77% -
XYZ 24.58 13.05 7.53 -
YUV 81.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 197 25 73 0 0.87 0.63 0.23 343.26 0.77 0.44
Hex C5 19 49 0 57 3F 17 157 4D 2C
Octal 305 31 111 0 127 77 27 527 115 54
Binary 11000101 11001 1001001 0 1010111 111111 10111 101010111 1001101 101100

Color Harmonies of #C51949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51949

Black with #C51949

Text Example


Text Example

White with #C51949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51949; }

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

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

background-color css

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

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

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

border-color css

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

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

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