Html Css Color HEX #C51948 Cardinal

📋 copy color: '#C51948'

red 197 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #C51948

Tints of Cardinal #C51948

RGB

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

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

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

R = 67.01%
G = 8.5%
B = 24.49%

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

#C51948 (or 0xC51948) is known color: Cardinal. HEX triplet: C5, 19 and 48. RGB value is (197,25,72). Sum of RGB (Red+Green+Blue) = 197+25+72=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C51948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51948 is #3AE6B7. Grayscale: #515151. Windows color (decimal): -3860152 or 4725189. OLE color: 4725189.

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

Color convert

RGB 197 25 72 -
CMYK 0 0.87 0.63 0.23
HSL 343.6º 0.77% 0.44% -
HSV(B) 343.6º 0.87% 0.77% -
XYZ 24.54 13.03 7.35 -
YUV 81.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 197 25 72 0 0.87 0.63 0.23 343.6 0.77 0.44
Hex C5 19 48 0 57 3F 17 158 4D 2C
Octal 305 31 110 0 127 77 27 530 115 54
Binary 11000101 11001 1001000 0 1010111 111111 10111 101011000 1001101 101100

Color Harmonies of #C51948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51948

Black with #C51948

Text Example


Text Example

White with #C51948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51948; }

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

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

background-color css

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

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

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

border-color css

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

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

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