Html Css Color HEX #C5192C Cardinal

📋 copy color: '#C5192C'

red 197 ◦ green 25 ◦ blue 44

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

Shades of Cardinal #C5192C

Tints of Cardinal #C5192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 74.06%
G = 9.4%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5192C (or 0xC5192C) is known color: Cardinal. HEX triplet: C5, 19 and 2C. RGB value is (197,25,44). Sum of RGB (Red+Green+Blue) = 197+25+44=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C5192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5192C is #3AE6D3. Grayscale: #4E4E4E. Windows color (decimal): -3860180 or 2890181. OLE color: 2890181.

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

Color convert

RGB 197 25 44 -
CMYK 0 0.87 0.78 0.23
HSL 353.37º 0.77% 0.44% -
HSV(B) 353.37º 0.87% 0.77% -
XYZ 23.83 12.75 3.59 -
YUV 78.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 197 25 44 0 0.87 0.78 0.23 353.37 0.77 0.44
Hex C5 19 2C 0 57 4E 17 161 4D 2C
Octal 305 31 54 0 127 116 27 541 115 54
Binary 11000101 11001 101100 0 1010111 1001110 10111 101100001 1001101 101100

Color Harmonies of #C5192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5192C

Black with #C5192C

Text Example


Text Example

White with #C5192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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