Html Css Color HEX #9F1539 Bright Red

📋 copy color: '#9F1539'

red 159 ◦ green 21 ◦ blue 57

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

Shades of Bright Red #9F1539

Tints of Bright Red #9F1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 67.09%
G = 8.86%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F1539 (or 0x9F1539) is known color: Bright Red. HEX triplet: 9F, 15 and 39. RGB value is (159,21,57). Sum of RGB (Red+Green+Blue) = 159+21+57=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1539 is #60EAC6. Grayscale: #424242. Windows color (decimal): -6351559 or 3741087. OLE color: 3741087.

HSL color Cylindrical-coordinate representation of color #9F1539: hue angle of 344.35º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1539 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 21 57 -
CMYK 0 0.87 0.64 0.38
HSL 344.35º 0.77% 0.35% -
HSV(B) 344.35º 0.87% 0.62% -
XYZ 15.3 8.2 4.65 -
YUV 66.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 159 21 57 0 0.87 0.64 0.38 344.35 0.77 0.35
Hex 9F 15 39 0 57 40 26 158 4D 23
Octal 237 25 71 0 127 100 46 530 115 43
Binary 10011111 10101 111001 0 1010111 1000000 100110 101011000 1001101 100011

Color Harmonies of #9F1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1539

Black with #9F1539

Text Example


Text Example

White with #9F1539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,21,57); }

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

background-color css

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

 a { background-color: rgb(159,21,57); }

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

border-color css

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

 span { border-color: rgb(159,21,57); }

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