Html Css Color HEX #C50747 Cardinal

📋 copy color: '#C50747'

red 197 ◦ green 7 ◦ blue 71

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

Shades of Cardinal #C50747

Tints of Cardinal #C50747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 71.64%
G = 2.55%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C50747 (or 0xC50747) is known color: Cardinal. HEX triplet: C5, 07 and 47. RGB value is (197,7,71). Sum of RGB (Red+Green+Blue) = 197+7+71=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C50747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50747 is #3AF8B8. Grayscale: #474747. Windows color (decimal): -3864761 or 4655045. OLE color: 4655045.

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

Color convert

RGB 197 7 71 -
CMYK 0 0.96 0.64 0.23
HSL 339.79º 0.93% 0.4% -
HSV(B) 339.79º 0.96% 0.77% -
XYZ 24.24 12.48 7.09 -
YUV 71.11 127.95 217.8 -
System Red Green Blue C M Y K H S L
Decimal 197 7 71 0 0.96 0.64 0.23 339.79 0.93 0.4
Hex C5 7 47 0 60 40 17 154 5D 28
Octal 305 7 107 0 140 100 27 524 135 50
Binary 11000101 111 1000111 0 1100000 1000000 10111 101010100 1011101 101000

Color Harmonies of #C50747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50747

Black with #C50747

Text Example


Text Example

White with #C50747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50747; }

 p { color: rgb(197,7,71); }

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

background-color css

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

 a { background-color: rgb(197,7,71); }

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

border-color css

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

 span { border-color: rgb(197,7,71); }

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