Html Css Color HEX #C5114D Cardinal

📋 copy color: '#C5114D'

red 197 ◦ green 17 ◦ blue 77

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

Shades of Cardinal #C5114D

Tints of Cardinal #C5114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 67.7%
G = 5.84%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5114D (or 0xC5114D) is known color: Cardinal. HEX triplet: C5, 11 and 4D. RGB value is (197,17,77). Sum of RGB (Red+Green+Blue) = 197+17+77=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5114D is #3AEEB2. Grayscale: #4D4D4D. Windows color (decimal): -3862195 or 5050821. OLE color: 5050821.

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

Color convert

RGB 197 17 77 -
CMYK 0 0.91 0.61 0.23
HSL 340º 0.84% 0.42% -
HSV(B) 340º 0.91% 0.77% -
XYZ 24.57 12.81 8.2 -
YUV 77.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 197 17 77 0 0.91 0.61 0.23 340 0.84 0.42
Hex C5 11 4D 0 5B 3D 17 154 54 2A
Octal 305 21 115 0 133 75 27 524 124 52
Binary 11000101 10001 1001101 0 1011011 111101 10111 101010100 1010100 101010

Color Harmonies of #C5114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5114D

Black with #C5114D

Text Example


Text Example

White with #C5114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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