Html Css Color HEX #C5193B Cardinal

📋 copy color: '#C5193B'

red 197 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #C5193B

Tints of Cardinal #C5193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 70.11%
G = 8.9%
B = 21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5193B (or 0xC5193B) is known color: Cardinal. HEX triplet: C5, 19 and 3B. RGB value is (197,25,59). Sum of RGB (Red+Green+Blue) = 197+25+59=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5193B is #3AE6C4. Grayscale: #505050. Windows color (decimal): -3860165 or 3873221. OLE color: 3873221.

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

Color convert

RGB 197 25 59 -
CMYK 0 0.87 0.70 0.23
HSL 348.14º 0.77% 0.44% -
HSV(B) 348.14º 0.87% 0.77% -
XYZ 24.16 12.88 5.35 -
YUV 80.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 197 25 59 0 0.87 0.70 0.23 348.14 0.77 0.44
Hex C5 19 3B 0 57 46 17 15C 4D 2C
Octal 305 31 73 0 127 106 27 534 115 54
Binary 11000101 11001 111011 0 1010111 1000110 10111 101011100 1001101 101100

Color Harmonies of #C5193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5193B

Black with #C5193B

Text Example


Text Example

White with #C5193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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