Html Css Color HEX #C51946 Cardinal

📋 copy color: '#C51946'

red 197 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #C51946

Tints of Cardinal #C51946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 67.47%
G = 8.56%
B = 23.97%

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

#C51946 (or 0xC51946) is known color: Cardinal. HEX triplet: C5, 19 and 46. RGB value is (197,25,70). Sum of RGB (Red+Green+Blue) = 197+25+70=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C51946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51946 is #3AE6B9. Grayscale: #515151. Windows color (decimal): -3860154 or 4594117. OLE color: 4594117.

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

Color convert

RGB 197 25 70 -
CMYK 0 0.87 0.64 0.23
HSL 344.3º 0.77% 0.44% -
HSV(B) 344.3º 0.87% 0.77% -
XYZ 24.48 13.01 7.01 -
YUV 81.56 121.48 210.34 -
System Red Green Blue C M Y K H S L
Decimal 197 25 70 0 0.87 0.64 0.23 344.3 0.77 0.44
Hex C5 19 46 0 57 40 17 158 4D 2C
Octal 305 31 106 0 127 100 27 530 115 54
Binary 11000101 11001 1000110 0 1010111 1000000 10111 101011000 1001101 101100

Color Harmonies of #C51946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51946

Black with #C51946

Text Example


Text Example

White with #C51946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51946; }

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

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

background-color css

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

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

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

border-color css

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

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

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