#9F1234

Color #9F1234 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9F1234

Tints of Bright Red #9F1234

Color information

#9F1234 (or 0x9F1234) is unknown color: approx Bright Red. HEX triplet: 9F, 12 and 34. RGB value is (159,18,52). Sum of RGB (Red+Green+Blue) = 159+18+52=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1234 is #60EDCB. Grayscale: #404040. Windows color (decimal): -6352332 or 3412639. OLE color: 3412639.

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

Color convert

RGB1591852-
CMYK00.890.670.38
HSL345.53º79.66%34.71%-
HSV(B)345.53º88.68%62.35%-
XYZ15.138.054.01-
YUV64.04121.21195.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 69.43%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=69.43%
G=7.86%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159185200.890.670.38345.5379.6634.71
Hex9F1234059432615a5023
Octal237226401311034653212043
Binary10011111100101101000101100110000111001101010110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,52); }

 H1.HeaderClassName
 {
   color: #9F1234;
 }
 .AnyTagClassName
 {
   color: #9F1234;
 }
</style>
background-color css

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

 a { background-color: rgb(159,18,52); }

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

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

 span { border-color: rgb(159,18,52); }

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