Html Css Color HEX #C5173B Cardinal

📋 copy color: '#C5173B'

red 197 ◦ green 23 ◦ blue 59

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

Shades of Cardinal #C5173B

Tints of Cardinal #C5173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 70.61%
G = 8.24%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5173B (or 0xC5173B) is known color: Cardinal. HEX triplet: C5, 17 and 3B. RGB value is (197,23,59). Sum of RGB (Red+Green+Blue) = 197+23+59=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5173B is #3AE8C4. Grayscale: #4F4F4F. Windows color (decimal): -3860677 or 3872709. OLE color: 3872709.

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

Color convert

RGB 197 23 59 -
CMYK 0 0.88 0.70 0.23
HSL 347.59º 0.79% 0.43% -
HSV(B) 347.59º 0.88% 0.77% -
XYZ 24.12 12.8 5.34 -
YUV 79.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 197 23 59 0 0.88 0.70 0.23 347.59 0.79 0.43
Hex C5 17 3B 0 58 46 17 15C 4F 2B
Octal 305 27 73 0 130 106 27 534 117 53
Binary 11000101 10111 111011 0 1011000 1000110 10111 101011100 1001111 101011

Color Harmonies of #C5173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5173B

Black with #C5173B

Text Example


Text Example

White with #C5173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5173B; }

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

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

background-color css

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

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

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

border-color css

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

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

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