Html Css Color HEX #C5172E Cardinal

📋 copy color: '#C5172E'

red 197 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #C5172E

Tints of Cardinal #C5172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 74.06%
G = 8.65%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5172E (or 0xC5172E) is known color: Cardinal. HEX triplet: C5, 17 and 2E. RGB value is (197,23,46). Sum of RGB (Red+Green+Blue) = 197+23+46=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C5172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5172E is #3AE8D1. Grayscale: #4D4D4D. Windows color (decimal): -3860690 or 3020741. OLE color: 3020741.

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

Color convert

RGB 197 23 46 -
CMYK 0 0.88 0.77 0.23
HSL 352.07º 0.79% 0.43% -
HSV(B) 352.07º 0.88% 0.77% -
XYZ 23.83 12.68 3.78 -
YUV 77.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 197 23 46 0 0.88 0.77 0.23 352.07 0.79 0.43
Hex C5 17 2E 0 58 4D 17 160 4F 2B
Octal 305 27 56 0 130 115 27 540 117 53
Binary 11000101 10111 101110 0 1011000 1001101 10111 101100000 1001111 101011

Color Harmonies of #C5172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5172E

Black with #C5172E

Text Example


Text Example

White with #C5172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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