Html Css Color HEX #C50937 Cardinal

📋 copy color: '#C50937'

red 197 ◦ green 9 ◦ blue 55

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

Shades of Cardinal #C50937

Tints of Cardinal #C50937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 75.48%
G = 3.45%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C50937 (or 0xC50937) is known color: Cardinal. HEX triplet: C5, 09 and 37. RGB value is (197,9,55). Sum of RGB (Red+Green+Blue) = 197+9+55=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C50937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50937 is #3AF6C8. Grayscale: #464646. Windows color (decimal): -3864265 or 3606981. OLE color: 3606981.

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

Color convert

RGB 197 9 55 -
CMYK 0 0.95 0.72 0.23
HSL 345.32º 0.91% 0.4% -
HSV(B) 345.32º 0.95% 0.77% -
XYZ 23.81 12.34 4.74 -
YUV 70.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 197 9 55 0 0.95 0.72 0.23 345.32 0.91 0.4
Hex C5 9 37 0 5F 48 17 159 5B 28
Octal 305 11 67 0 137 110 27 531 133 50
Binary 11000101 1001 110111 0 1011111 1001000 10111 101011001 1011011 101000

Color Harmonies of #C50937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50937

Black with #C50937

Text Example


Text Example

White with #C50937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50937; }

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

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

background-color css

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

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

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

border-color css

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

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

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