Html Css Color HEX #C5173E Cardinal

📋 copy color: '#C5173E'

red 197 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #C5173E

Tints of Cardinal #C5173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 69.86%
G = 8.16%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5173E (or 0xC5173E) is known color: Cardinal. HEX triplet: C5, 17 and 3E. RGB value is (197,23,62). Sum of RGB (Red+Green+Blue) = 197+23+62=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5173E is #3AE8C1. Grayscale: #4F4F4F. Windows color (decimal): -3860674 or 4069317. OLE color: 4069317.

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

Color convert

RGB 197 23 62 -
CMYK 0 0.88 0.69 0.23
HSL 346.55º 0.79% 0.43% -
HSV(B) 346.55º 0.88% 0.77% -
XYZ 24.2 12.83 5.76 -
YUV 79.47 118.15 211.83 -
System Red Green Blue C M Y K H S L
Decimal 197 23 62 0 0.88 0.69 0.23 346.55 0.79 0.43
Hex C5 17 3E 0 58 45 17 15B 4F 2B
Octal 305 27 76 0 130 105 27 533 117 53
Binary 11000101 10111 111110 0 1011000 1000101 10111 101011011 1001111 101011

Color Harmonies of #C5173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5173E

Black with #C5173E

Text Example


Text Example

White with #C5173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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