Html Css Color HEX #9F3C35 Mexican Red

📋 copy color: '#9F3C35'

red 159 ◦ green 60 ◦ blue 53

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

Shades of Mexican Red #9F3C35

Tints of Mexican Red #9F3C35

RGB

 RED value IS 159 (62.5% from 255) = 58.46%

 GREEN value IS 60 (23.83% from 255) = 22.06%

 BLUE value IS 53 (21.09% from 255) = 19.49%

R = 58.46%
G = 22.06%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F3C35 (or 0x9F3C35) is known color: Mexican Red. HEX triplet: 9F, 3C and 35. RGB value is (159,60,53). Sum of RGB (Red+Green+Blue) = 159+60+53=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3C35 is #60C3CA. Grayscale: #585858. Windows color (decimal): -6341579 or 3488927. OLE color: 3488927.

HSL color Cylindrical-coordinate representation of color #9F3C35: hue angle of 3.96º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3C35 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 60 53 -
CMYK 0 0.62 0.67 0.38
HSL 3.96º 0.5% 0.42% -
HSV(B) 3.96º 0.67% 0.62% -
XYZ 16.56 10.86 4.59 -
YUV 88.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 159 60 53 0 0.62 0.67 0.38 3.96 0.5 0.42
Hex 9F 3C 35 0 3E 43 26 4 32 2A
Octal 237 74 65 0 76 103 46 4 62 52
Binary 10011111 111100 110101 0 111110 1000011 100110 100 110010 101010

Color Harmonies of #9F3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C35

Black with #9F3C35

Text Example


Text Example

White with #9F3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F3C35; }

 p { color: rgb(159,60,53); }

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

background-color css

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

 a { background-color: rgb(159,60,53); }

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

border-color css

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

 span { border-color: rgb(159,60,53); }

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