Html Css Color HEX #C50537 Cardinal

📋 copy color: '#C50537'

red 197 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #C50537

Tints of Cardinal #C50537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 76.65%
G = 1.95%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C50537 (or 0xC50537) is known color: Cardinal. HEX triplet: C5, 05 and 37. RGB value is (197,5,55). Sum of RGB (Red+Green+Blue) = 197+5+55=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C50537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50537 is #3AFAC8. Grayscale: #444444. Windows color (decimal): -3865289 or 3605957. OLE color: 3605957.

HSL color Cylindrical-coordinate representation of color #C50537: hue angle of 344.38º degrees, saturation: 0.95, 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 #C50537 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 55 -
CMYK 0 0.97 0.72 0.23
HSL 344.38º 0.95% 0.4% -
HSV(B) 344.38º 0.97% 0.77% -
XYZ 23.77 12.25 4.73 -
YUV 68.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 197 5 55 0 0.97 0.72 0.23 344.38 0.95 0.4
Hex C5 5 37 0 61 48 17 158 5F 28
Octal 305 5 67 0 141 110 27 530 137 50
Binary 11000101 101 110111 0 1100001 1001000 10111 101011000 1011111 101000

Color Harmonies of #C50537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50537

Black with #C50537

Text Example


Text Example

White with #C50537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50537; }

 p { color: rgb(197,5,55); }

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

background-color css

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

 a { background-color: rgb(197,5,55); }

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

border-color css

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

 span { border-color: rgb(197,5,55); }

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