Html Css Color HEX #C50640 Cardinal

📋 copy color: '#C50640'

red 197 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #C50640

Tints of Cardinal #C50640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 73.78%
G = 2.25%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C50640 (or 0xC50640) is known color: Cardinal. HEX triplet: C5, 06 and 40. RGB value is (197,6,64). Sum of RGB (Red+Green+Blue) = 197+6+64=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C50640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50640 is #3AF9BF. Grayscale: #454545. Windows color (decimal): -3865024 or 4196037. OLE color: 4196037.

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

Color convert

RGB 197 6 64 -
CMYK 0 0.97 0.68 0.23
HSL 341.78º 0.94% 0.4% -
HSV(B) 341.78º 0.97% 0.77% -
XYZ 24.02 12.37 5.97 -
YUV 69.72 124.78 218.78 -
System Red Green Blue C M Y K H S L
Decimal 197 6 64 0 0.97 0.68 0.23 341.78 0.94 0.4
Hex C5 6 40 0 61 44 17 156 5E 28
Octal 305 6 100 0 141 104 27 526 136 50
Binary 11000101 110 1000000 0 1100001 1000100 10111 101010110 1011110 101000

Color Harmonies of #C50640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50640

Black with #C50640

Text Example


Text Example

White with #C50640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50640; }

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

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

background-color css

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

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

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

border-color css

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

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

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