Html Css Color HEX #C5113E Cardinal

📋 copy color: '#C5113E'

red 197 ◦ green 17 ◦ blue 62

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

Shades of Cardinal #C5113E

Tints of Cardinal #C5113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 71.38%
G = 6.16%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5113E (or 0xC5113E) is known color: Cardinal. HEX triplet: C5, 11 and 3E. RGB value is (197,17,62). Sum of RGB (Red+Green+Blue) = 197+17+62=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5113E is #3AEEC1. Grayscale: #4B4B4B. Windows color (decimal): -3862210 or 4067781. OLE color: 4067781.

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

Color convert

RGB 197 17 62 -
CMYK 0 0.91 0.69 0.23
HSL 345º 0.84% 0.42% -
HSV(B) 345º 0.91% 0.77% -
XYZ 24.1 12.62 5.72 -
YUV 75.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 197 17 62 0 0.91 0.69 0.23 345 0.84 0.42
Hex C5 11 3E 0 5B 45 17 159 54 2A
Octal 305 21 76 0 133 105 27 531 124 52
Binary 11000101 10001 111110 0 1011011 1000101 10111 101011001 1010100 101010

Color Harmonies of #C5113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5113E

Black with #C5113E

Text Example


Text Example

White with #C5113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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