Html Css Color HEX #C5122D Cardinal

📋 copy color: '#C5122D'

red 197 ◦ green 18 ◦ blue 45

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

Shades of Cardinal #C5122D

Tints of Cardinal #C5122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

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

R = 75.77%
G = 6.92%
B = 17.31%

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

#C5122D (or 0xC5122D) is known color: Cardinal. HEX triplet: C5, 12 and 2D. RGB value is (197,18,45). Sum of RGB (Red+Green+Blue) = 197+18+45=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5122D is #3AEDD2. Grayscale: #4A4A4A. Windows color (decimal): -3861971 or 2953925. OLE color: 2953925.

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

Color convert

RGB 197 18 45 -
CMYK 0 0.91 0.77 0.23
HSL 350.95º 0.83% 0.42% -
HSV(B) 350.95º 0.91% 0.77% -
XYZ 23.72 12.49 3.64 -
YUV 74.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 197 18 45 0 0.91 0.77 0.23 350.95 0.83 0.42
Hex C5 12 2D 0 5B 4D 17 15F 53 2A
Octal 305 22 55 0 133 115 27 537 123 52
Binary 11000101 10010 101101 0 1011011 1001101 10111 101011111 1010011 101010

Color Harmonies of #C5122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5122D

Black with #C5122D

Text Example


Text Example

White with #C5122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5122D; }

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

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

background-color css

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

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

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

border-color css

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

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

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