Html Css Color HEX #C50740 Cardinal

📋 copy color: '#C50740'

red 197 ◦ green 7 ◦ blue 64

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

Shades of Cardinal #C50740

Tints of Cardinal #C50740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 73.51%
G = 2.61%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C50740 (or 0xC50740) is known color: Cardinal. HEX triplet: C5, 07 and 40. RGB value is (197,7,64). Sum of RGB (Red+Green+Blue) = 197+7+64=268 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.51% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 197 - color contains mainly: red. Hex color #C50740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50740 is #3AF8BF. Grayscale: #464646. Windows color (decimal): -3864768 or 4196293. OLE color: 4196293.

HSL color Cylindrical-coordinate representation of color #C50740: hue angle of 342º 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 #C50740 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 64 -
CMYK 0 0.96 0.68 0.23
HSL 342º 0.93% 0.4% -
HSV(B) 342º 0.96% 0.77% -
XYZ 24.03 12.39 5.98 -
YUV 70.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 197 7 64 0 0.96 0.68 0.23 342 0.93 0.4
Hex C5 7 40 0 60 44 17 156 5D 28
Octal 305 7 100 0 140 104 27 526 135 50
Binary 11000101 111 1000000 0 1100000 1000100 10111 101010110 1011101 101000

Color Harmonies of #C50740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50740

Black with #C50740

Text Example


Text Example

White with #C50740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50740; }

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

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

background-color css

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

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

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

border-color css

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

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

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