Html Css Color HEX #C5112D Cardinal

📋 copy color: '#C5112D'

red 197 ◦ green 17 ◦ blue 45

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

Shades of Cardinal #C5112D

Tints of Cardinal #C5112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 76.06%
G = 6.56%
B = 17.37%

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

#C5112D (or 0xC5112D) is known color: Cardinal. HEX triplet: C5, 11 and 2D. RGB value is (197,17,45). Sum of RGB (Red+Green+Blue) = 197+17+45=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5112D is #3AEED2. Grayscale: #4A4A4A. Windows color (decimal): -3862227 or 2953669. OLE color: 2953669.

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

Color convert

RGB 197 17 45 -
CMYK 0 0.91 0.77 0.23
HSL 350.67º 0.84% 0.42% -
HSV(B) 350.67º 0.91% 0.77% -
XYZ 23.7 12.46 3.64 -
YUV 74.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 197 17 45 0 0.91 0.77 0.23 350.67 0.84 0.42
Hex C5 11 2D 0 5B 4D 17 15F 54 2A
Octal 305 21 55 0 133 115 27 537 124 52
Binary 11000101 10001 101101 0 1011011 1001101 10111 101011111 1010100 101010

Color Harmonies of #C5112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5112D

Black with #C5112D

Text Example


Text Example

White with #C5112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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