Html Css Color HEX #C5112E Cardinal

📋 copy color: '#C5112E'

red 197 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #C5112E

Tints of Cardinal #C5112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 75.77%
G = 6.54%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5112E (or 0xC5112E) is known color: Cardinal. HEX triplet: C5, 11 and 2E. RGB value is (197,17,46). Sum of RGB (Red+Green+Blue) = 197+17+46=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5112E is #3AEED1. Grayscale: #4A4A4A. Windows color (decimal): -3862226 or 3019205. OLE color: 3019205.

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

Color convert

RGB 197 17 46 -
CMYK 0 0.91 0.77 0.23
HSL 350.33º 0.84% 0.42% -
HSV(B) 350.33º 0.91% 0.77% -
XYZ 23.72 12.47 3.74 -
YUV 74.13 112.13 215.64 -
System Red Green Blue C M Y K H S L
Decimal 197 17 46 0 0.91 0.77 0.23 350.33 0.84 0.42
Hex C5 11 2E 0 5B 4D 17 15E 54 2A
Octal 305 21 56 0 133 115 27 536 124 52
Binary 11000101 10001 101110 0 1011011 1001101 10111 101011110 1010100 101010

Color Harmonies of #C5112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5112E

Black with #C5112E

Text Example


Text Example

White with #C5112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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