Html Css Color HEX #C5113A Cardinal

📋 copy color: '#C5113A'

red 197 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #C5113A

Tints of Cardinal #C5113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 72.43%
G = 6.25%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5113A (or 0xC5113A) is known color: Cardinal. HEX triplet: C5, 11 and 3A. RGB value is (197,17,58). Sum of RGB (Red+Green+Blue) = 197+17+58=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C5113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5113A is #3AEEC5. Grayscale: #4B4B4B. Windows color (decimal): -3862214 or 3805637. OLE color: 3805637.

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

Color convert

RGB 197 17 58 -
CMYK 0 0.91 0.71 0.23
HSL 346.33º 0.84% 0.42% -
HSV(B) 346.33º 0.91% 0.77% -
XYZ 23.99 12.58 5.17 -
YUV 75.49 118.13 214.67 -
System Red Green Blue C M Y K H S L
Decimal 197 17 58 0 0.91 0.71 0.23 346.33 0.84 0.42
Hex C5 11 3A 0 5B 47 17 15A 54 2A
Octal 305 21 72 0 133 107 27 532 124 52
Binary 11000101 10001 111010 0 1011011 1000111 10111 101011010 1010100 101010

Color Harmonies of #C5113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5113A

Black with #C5113A

Text Example


Text Example

White with #C5113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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