Html Css Color HEX #C50B37 Cardinal

📋 copy color: '#C50B37'

red 197 ◦ green 11 ◦ blue 55

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

Shades of Cardinal #C50B37

Tints of Cardinal #C50B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

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

R = 74.9%
G = 4.18%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C50B37 (or 0xC50B37) is known color: Cardinal. HEX triplet: C5, 0B and 37. RGB value is (197,11,55). Sum of RGB (Red+Green+Blue) = 197+11+55=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B37 is #3AF4C8. Grayscale: #474747. Windows color (decimal): -3863753 or 3607493. OLE color: 3607493.

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

Color convert

RGB 197 11 55 -
CMYK 0 0.94 0.72 0.23
HSL 345.81º 0.89% 0.41% -
HSV(B) 345.81º 0.94% 0.77% -
XYZ 23.84 12.39 4.75 -
YUV 71.63 118.62 217.42 -
System Red Green Blue C M Y K H S L
Decimal 197 11 55 0 0.94 0.72 0.23 345.81 0.89 0.41
Hex C5 B 37 0 5E 48 17 15A 59 29
Octal 305 13 67 0 136 110 27 532 131 51
Binary 11000101 1011 110111 0 1011110 1001000 10111 101011010 1011001 101001

Color Harmonies of #C50B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B37

Black with #C50B37

Text Example


Text Example

White with #C50B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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