Html Css Color HEX #C50E45 Cardinal

📋 copy color: '#C50E45'

red 197 ◦ green 14 ◦ blue 69

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

Shades of Cardinal #C50E45

Tints of Cardinal #C50E45

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5%

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 70.36%
G = 5%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C50E45 (or 0xC50E45) is known color: Cardinal. HEX triplet: C5, 0E and 45. RGB value is (197,14,69). Sum of RGB (Red+Green+Blue) = 197+14+69=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50E45 is #3AF1BA. Grayscale: #4A4A4A. Windows color (decimal): -3862971 or 4525765. OLE color: 4525765.

HSL color Cylindrical-coordinate representation of color #C50E45: hue angle of 341.97º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E45 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 14 69 -
CMYK 0 0.93 0.65 0.23
HSL 341.97º 0.87% 0.41% -
HSV(B) 341.97º 0.93% 0.77% -
XYZ 24.26 12.61 6.79 -
YUV 74.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 197 14 69 0 0.93 0.65 0.23 341.97 0.87 0.41
Hex C5 E 45 0 5D 41 17 156 57 29
Octal 305 16 105 0 135 101 27 526 127 51
Binary 11000101 1110 1000101 0 1011101 1000001 10111 101010110 1010111 101001

Color Harmonies of #C50E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50E45

Black with #C50E45

Text Example


Text Example

White with #C50E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50E45; }

 p { color: rgb(197,14,69); }

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

background-color css

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

 a { background-color: rgb(197,14,69); }

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

border-color css

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

 span { border-color: rgb(197,14,69); }

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