Html Css Color HEX #C5152E Cardinal

📋 copy color: '#C5152E'

red 197 ◦ green 21 ◦ blue 46

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

Shades of Cardinal #C5152E

Tints of Cardinal #C5152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

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

R = 74.62%
G = 7.95%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5152E (or 0xC5152E) is known color: Cardinal. HEX triplet: C5, 15 and 2E. RGB value is (197,21,46). Sum of RGB (Red+Green+Blue) = 197+21+46=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5152E is #3AEAD1. Grayscale: #4C4C4C. Windows color (decimal): -3861202 or 3020229. OLE color: 3020229.

HSL color Cylindrical-coordinate representation of color #C5152E: hue angle of 351.48º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5152E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 21 46 -
CMYK 0 0.89 0.77 0.23
HSL 351.48º 0.81% 0.43% -
HSV(B) 351.48º 0.89% 0.77% -
XYZ 23.79 12.6 3.76 -
YUV 76.47 110.81 213.97 -
System Red Green Blue C M Y K H S L
Decimal 197 21 46 0 0.89 0.77 0.23 351.48 0.81 0.43
Hex C5 15 2E 0 59 4D 17 15F 51 2B
Octal 305 25 56 0 131 115 27 537 121 53
Binary 11000101 10101 101110 0 1011001 1001101 10111 101011111 1010001 101011

Color Harmonies of #C5152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5152E

Black with #C5152E

Text Example


Text Example

White with #C5152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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