Html Css Color HEX #C5142E Cardinal

📋 copy color: '#C5142E'

red 197 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #C5142E

Tints of Cardinal #C5142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 74.9%
G = 7.6%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5142E (or 0xC5142E) is known color: Cardinal. HEX triplet: C5, 14 and 2E. RGB value is (197,20,46). Sum of RGB (Red+Green+Blue) = 197+20+46=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5142E is #3AEBD1. Grayscale: #4B4B4B. Windows color (decimal): -3861458 or 3019973. OLE color: 3019973.

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

Color convert

RGB 197 20 46 -
CMYK 0 0.90 0.77 0.23
HSL 351.19º 0.82% 0.43% -
HSV(B) 351.19º 0.9% 0.77% -
XYZ 23.77 12.57 3.76 -
YUV 75.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 197 20 46 0 0.90 0.77 0.23 351.19 0.82 0.43
Hex C5 14 2E 0 5A 4D 17 15F 52 2B
Octal 305 24 56 0 132 115 27 537 122 53
Binary 11000101 10100 101110 0 1011010 1001101 10111 101011111 1010010 101011

Color Harmonies of #C5142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5142E

Black with #C5142E

Text Example


Text Example

White with #C5142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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