Html Css Color HEX #9F1E36 Bright Red

📋 copy color: '#9F1E36'

red 159 ◦ green 30 ◦ blue 54

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

Shades of Bright Red #9F1E36

Tints of Bright Red #9F1E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.35%

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 65.43%
G = 12.35%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F1E36 (or 0x9F1E36) is known color: Bright Red. HEX triplet: 9F, 1E and 36. RGB value is (159,30,54). Sum of RGB (Red+Green+Blue) = 159+30+54=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E36 is #60E1C9. Grayscale: #474747. Windows color (decimal): -6349258 or 3546783. OLE color: 3546783.

HSL color Cylindrical-coordinate representation of color #9F1E36: hue angle of 348.84º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E36 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 30 54 -
CMYK 0 0.81 0.66 0.38
HSL 348.84º 0.68% 0.37% -
HSV(B) 348.84º 0.81% 0.62% -
XYZ 15.43 8.57 4.33 -
YUV 71.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 159 30 54 0 0.81 0.66 0.38 348.84 0.68 0.37
Hex 9F 1E 36 0 51 42 26 15D 44 25
Octal 237 36 66 0 121 102 46 535 104 45
Binary 10011111 11110 110110 0 1010001 1000010 100110 101011101 1000100 100101

Color Harmonies of #9F1E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E36

Black with #9F1E36

Text Example


Text Example

White with #9F1E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,54); }

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

background-color css

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

 a { background-color: rgb(159,30,54); }

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

border-color css

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

 span { border-color: rgb(159,30,54); }

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