Html Css Color HEX #C5114A Cardinal

📋 copy color: '#C5114A'

red 197 ◦ green 17 ◦ blue 74

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

Shades of Cardinal #C5114A

Tints of Cardinal #C5114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 68.4%
G = 5.9%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5114A (or 0xC5114A) is known color: Cardinal. HEX triplet: C5, 11 and 4A. RGB value is (197,17,74). Sum of RGB (Red+Green+Blue) = 197+17+74=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5114A is #3AEEB5. Grayscale: #4D4D4D. Windows color (decimal): -3862198 or 4854213. OLE color: 4854213.

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

Color convert

RGB 197 17 74 -
CMYK 0 0.91 0.62 0.23
HSL 341º 0.84% 0.42% -
HSV(B) 341º 0.91% 0.77% -
XYZ 24.46 12.77 7.65 -
YUV 77.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 197 17 74 0 0.91 0.62 0.23 341 0.84 0.42
Hex C5 11 4A 0 5B 3E 17 155 54 2A
Octal 305 21 112 0 133 76 27 525 124 52
Binary 11000101 10001 1001010 0 1011011 111110 10111 101010101 1010100 101010

Color Harmonies of #C5114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5114A

Black with #C5114A

Text Example


Text Example

White with #C5114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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