Html Css Color HEX #C5193A Cardinal

📋 copy color: '#C5193A'

red 197 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #C5193A

Tints of Cardinal #C5193A

RGB

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

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

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

R = 70.36%
G = 8.93%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5193A (or 0xC5193A) is known color: Cardinal. HEX triplet: C5, 19 and 3A. RGB value is (197,25,58). Sum of RGB (Red+Green+Blue) = 197+25+58=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5193A is #3AE6C5. Grayscale: #505050. Windows color (decimal): -3860166 or 3807685. OLE color: 3807685.

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

Color convert

RGB 197 25 58 -
CMYK 0 0.87 0.71 0.23
HSL 348.49º 0.77% 0.44% -
HSV(B) 348.49º 0.87% 0.77% -
XYZ 24.14 12.87 5.22 -
YUV 80.19 115.48 211.32 -
System Red Green Blue C M Y K H S L
Decimal 197 25 58 0 0.87 0.71 0.23 348.49 0.77 0.44
Hex C5 19 3A 0 57 47 17 15C 4D 2C
Octal 305 31 72 0 127 107 27 534 115 54
Binary 11000101 11001 111010 0 1010111 1000111 10111 101011100 1001101 101100

Color Harmonies of #C5193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5193A

Black with #C5193A

Text Example


Text Example

White with #C5193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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