Html Css Color HEX #C51932 Cardinal

📋 copy color: '#C51932'

red 197 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #C51932

Tints of Cardinal #C51932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 72.43%
G = 9.19%
B = 18.38%

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

#C51932 (or 0xC51932) is known color: Cardinal. HEX triplet: C5, 19 and 32. RGB value is (197,25,50). Sum of RGB (Red+Green+Blue) = 197+25+50=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C51932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51932 is #3AE6CD. Grayscale: #4F4F4F. Windows color (decimal): -3860174 or 3283397. OLE color: 3283397.

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

Color convert

RGB 197 25 50 -
CMYK 0 0.87 0.75 0.23
HSL 351.28º 0.77% 0.44% -
HSV(B) 351.28º 0.87% 0.77% -
XYZ 23.95 12.8 4.23 -
YUV 79.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 197 25 50 0 0.87 0.75 0.23 351.28 0.77 0.44
Hex C5 19 32 0 57 4B 17 15F 4D 2C
Octal 305 31 62 0 127 113 27 537 115 54
Binary 11000101 11001 110010 0 1010111 1001011 10111 101011111 1001101 101100

Color Harmonies of #C51932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51932

Black with #C51932

Text Example


Text Example

White with #C51932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51932; }

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

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

background-color css

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

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

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

border-color css

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

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

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