Html Css Color HEX #C5173F Cardinal

📋 copy color: '#C5173F'

red 197 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #C5173F

Tints of Cardinal #C5173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.26%

R = 69.61%
G = 8.13%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5173F (or 0xC5173F) is known color: Cardinal. HEX triplet: C5, 17 and 3F. RGB value is (197,23,63). Sum of RGB (Red+Green+Blue) = 197+23+63=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5173F is #3AE8C0. Grayscale: #4F4F4F. Windows color (decimal): -3860673 or 4134853. OLE color: 4134853.

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

Color convert

RGB 197 23 63 -
CMYK 0 0.88 0.68 0.23
HSL 346.21º 0.79% 0.43% -
HSV(B) 346.21º 0.88% 0.77% -
XYZ 24.23 12.84 5.9 -
YUV 79.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 197 23 63 0 0.88 0.68 0.23 346.21 0.79 0.43
Hex C5 17 3F 0 58 44 17 15A 4F 2B
Octal 305 27 77 0 130 104 27 532 117 53
Binary 11000101 10111 111111 0 1011000 1000100 10111 101011010 1001111 101011

Color Harmonies of #C5173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5173F

Black with #C5173F

Text Example


Text Example

White with #C5173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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