Html Css Color HEX #C51947 Cardinal

📋 copy color: '#C51947'

red 197 ◦ green 25 ◦ blue 71

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

Shades of Cardinal #C51947

Tints of Cardinal #C51947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 67.24%
G = 8.53%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C51947 (or 0xC51947) is known color: Cardinal. HEX triplet: C5, 19 and 47. RGB value is (197,25,71). Sum of RGB (Red+Green+Blue) = 197+25+71=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C51947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51947 is #3AE6B8. Grayscale: #515151. Windows color (decimal): -3860153 or 4659653. OLE color: 4659653.

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

Color convert

RGB 197 25 71 -
CMYK 0 0.87 0.64 0.23
HSL 343.95º 0.77% 0.44% -
HSV(B) 343.95º 0.87% 0.77% -
XYZ 24.51 13.02 7.18 -
YUV 81.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 197 25 71 0 0.87 0.64 0.23 343.95 0.77 0.44
Hex C5 19 47 0 57 40 17 158 4D 2C
Octal 305 31 107 0 127 100 27 530 115 54
Binary 11000101 11001 1000111 0 1010111 1000000 10111 101011000 1001101 101100

Color Harmonies of #C51947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51947

Black with #C51947

Text Example


Text Example

White with #C51947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51947; }

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

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

background-color css

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

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

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

border-color css

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

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

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