Html Css Color HEX #9F2735 Bright Red

📋 copy color: '#9F2735'

red 159 ◦ green 39 ◦ blue 53

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

Shades of Bright Red #9F2735

Tints of Bright Red #9F2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 63.35%
G = 15.54%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F2735 (or 0x9F2735) is known color: Bright Red. HEX triplet: 9F, 27 and 35. RGB value is (159,39,53). Sum of RGB (Red+Green+Blue) = 159+39+53=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2735 is #60D8CA. Grayscale: #4C4C4C. Windows color (decimal): -6346955 or 3483551. OLE color: 3483551.

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

Color convert

RGB 159 39 53 -
CMYK 0 0.75 0.67 0.38
HSL 353º 0.61% 0.39% -
HSV(B) 353º 0.75% 0.62% -
XYZ 15.67 9.08 4.29 -
YUV 76.48 114.76 186.86 -
System Red Green Blue C M Y K H S L
Decimal 159 39 53 0 0.75 0.67 0.38 353 0.61 0.39
Hex 9F 27 35 0 4B 43 26 161 3D 27
Octal 237 47 65 0 113 103 46 541 75 47
Binary 10011111 100111 110101 0 1001011 1000011 100110 101100001 111101 100111

Color Harmonies of #9F2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2735

Black with #9F2735

Text Example


Text Example

White with #9F2735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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