Html Css Color HEX #C5113C Cardinal

📋 copy color: '#C5113C'

red 197 ◦ green 17 ◦ blue 60

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

Shades of Cardinal #C5113C

Tints of Cardinal #C5113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 71.9%
G = 6.2%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5113C (or 0xC5113C) is known color: Cardinal. HEX triplet: C5, 11 and 3C. RGB value is (197,17,60). Sum of RGB (Red+Green+Blue) = 197+17+60=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5113C is #3AEEC3. Grayscale: #4B4B4B. Windows color (decimal): -3862212 or 3936709. OLE color: 3936709.

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

Color convert

RGB 197 17 60 -
CMYK 0 0.91 0.70 0.23
HSL 345.67º 0.84% 0.42% -
HSV(B) 345.67º 0.91% 0.77% -
XYZ 24.04 12.6 5.44 -
YUV 75.72 119.13 214.5 -
System Red Green Blue C M Y K H S L
Decimal 197 17 60 0 0.91 0.70 0.23 345.67 0.84 0.42
Hex C5 11 3C 0 5B 46 17 15A 54 2A
Octal 305 21 74 0 133 106 27 532 124 52
Binary 11000101 10001 111100 0 1011011 1000110 10111 101011010 1010100 101010

Color Harmonies of #C5113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5113C

Black with #C5113C

Text Example


Text Example

White with #C5113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5113C; }

 p { color: rgb(197,17,60); }

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

background-color css

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

 a { background-color: rgb(197,17,60); }

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

border-color css

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

 span { border-color: rgb(197,17,60); }

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