Html Css Color HEX #C5172F Cardinal

📋 copy color: '#C5172F'

red 197 ◦ green 23 ◦ blue 47

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

Shades of Cardinal #C5172F

Tints of Cardinal #C5172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 73.78%
G = 8.61%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5172F (or 0xC5172F) is known color: Cardinal. HEX triplet: C5, 17 and 2F. RGB value is (197,23,47). Sum of RGB (Red+Green+Blue) = 197+23+47=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5172F is #3AE8D0. Grayscale: #4D4D4D. Windows color (decimal): -3860689 or 3086277. OLE color: 3086277.

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

Color convert

RGB 197 23 47 -
CMYK 0 0.88 0.76 0.23
HSL 351.72º 0.79% 0.43% -
HSV(B) 351.72º 0.88% 0.77% -
XYZ 23.85 12.69 3.88 -
YUV 77.76 110.65 213.05 -
System Red Green Blue C M Y K H S L
Decimal 197 23 47 0 0.88 0.76 0.23 351.72 0.79 0.43
Hex C5 17 2F 0 58 4C 17 160 4F 2B
Octal 305 27 57 0 130 114 27 540 117 53
Binary 11000101 10111 101111 0 1011000 1001100 10111 101100000 1001111 101011

Color Harmonies of #C5172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5172F

Black with #C5172F

Text Example


Text Example

White with #C5172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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