Html Css Color HEX #C50437 Cardinal

📋 copy color: '#C50437'

red 197 ◦ green 4 ◦ blue 55

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

Shades of Cardinal #C50437

Tints of Cardinal #C50437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 76.95%
G = 1.56%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C50437 (or 0xC50437) is known color: Cardinal. HEX triplet: C5, 04 and 37. RGB value is (197,4,55). Sum of RGB (Red+Green+Blue) = 197+4+55=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C50437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50437 is #3AFBC8. Grayscale: #434343. Windows color (decimal): -3865545 or 3605701. OLE color: 3605701.

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

Color convert

RGB 197 4 55 -
CMYK 0 0.98 0.72 0.23
HSL 344.15º 0.96% 0.39% -
HSV(B) 344.15º 0.98% 0.77% -
XYZ 23.76 12.23 4.72 -
YUV 67.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 197 4 55 0 0.98 0.72 0.23 344.15 0.96 0.39
Hex C5 4 37 0 62 48 17 158 60 27
Octal 305 4 67 0 142 110 27 530 140 47
Binary 11000101 100 110111 0 1100010 1001000 10111 101011000 1100000 100111

Color Harmonies of #C50437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50437

Black with #C50437

Text Example


Text Example

White with #C50437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50437; }

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

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

background-color css

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

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

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

border-color css

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

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

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