Html Css Color HEX #C51931 Cardinal

📋 copy color: '#C51931'

red 197 ◦ green 25 ◦ blue 49

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

Shades of Cardinal #C51931

Tints of Cardinal #C51931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 72.69%
G = 9.23%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C51931 (or 0xC51931) is known color: Cardinal. HEX triplet: C5, 19 and 31. RGB value is (197,25,49). Sum of RGB (Red+Green+Blue) = 197+25+49=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C51931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51931 is #3AE6CE. Grayscale: #4F4F4F. Windows color (decimal): -3860175 or 3217861. OLE color: 3217861.

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

Color convert

RGB 197 25 49 -
CMYK 0 0.87 0.75 0.23
HSL 351.63º 0.77% 0.44% -
HSV(B) 351.63º 0.87% 0.77% -
XYZ 23.93 12.79 4.11 -
YUV 79.16 110.98 212.05 -
System Red Green Blue C M Y K H S L
Decimal 197 25 49 0 0.87 0.75 0.23 351.63 0.77 0.44
Hex C5 19 31 0 57 4B 17 160 4D 2C
Octal 305 31 61 0 127 113 27 540 115 54
Binary 11000101 11001 110001 0 1010111 1001011 10111 101100000 1001101 101100

Color Harmonies of #C51931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51931

Black with #C51931

Text Example


Text Example

White with #C51931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51931; }

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

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

background-color css

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

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

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

border-color css

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

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

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