Html Css Color HEX #C5163A Cardinal

📋 copy color: '#C5163A'

red 197 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #C5163A

Tints of Cardinal #C5163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 71.12%
G = 7.94%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5163A (or 0xC5163A) is known color: Cardinal. HEX triplet: C5, 16 and 3A. RGB value is (197,22,58). Sum of RGB (Red+Green+Blue) = 197+22+58=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5163A is #3AE9C5. Grayscale: #4E4E4E. Windows color (decimal): -3860934 or 3806917. OLE color: 3806917.

HSL color Cylindrical-coordinate representation of color #C5163A: hue angle of 347.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5163A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 58 -
CMYK 0 0.89 0.71 0.23
HSL 347.66º 0.8% 0.43% -
HSV(B) 347.66º 0.89% 0.77% -
XYZ 24.08 12.75 5.19 -
YUV 78.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 197 22 58 0 0.89 0.71 0.23 347.66 0.8 0.43
Hex C5 16 3A 0 59 47 17 15C 50 2B
Octal 305 26 72 0 131 107 27 534 120 53
Binary 11000101 10110 111010 0 1011001 1000111 10111 101011100 1010000 101011

Color Harmonies of #C5163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5163A

Black with #C5163A

Text Example


Text Example

White with #C5163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5163A; }

 p { color: rgb(197,22,58); }

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

background-color css

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

 a { background-color: rgb(197,22,58); }

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

border-color css

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

 span { border-color: rgb(197,22,58); }

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