#9F283F

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

Shades of Bright Red #9F283F

Tints of Bright Red #9F283F

Color information

#9F283F (or 0x9F283F) is unknown color: approx Bright Red. HEX triplet: 9F, 28 and 3F. RGB value is (159,40,63). Sum of RGB (Red+Green+Blue) = 159+40+63=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F283F is #60D7C0. Grayscale: #4E4E4E. Windows color (decimal): -6346689 or 4139167. OLE color: 4139167.

HSL color Cylindrical-coordinate representation of color #9F283F: hue angle of 348.4º degrees, saturation: 0.6, 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 #9F283F is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1594063-
CMYK00.750.600.38
HSL348.4º59.8%39.02%-
HSV(B)348.4º74.84%62.35%-
XYZ15.959.255.65-
YUV78.2119.42185.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 60.69%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 63 (25% from 255) = 24.05%
R=60.69%
G=15.27%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159406300.750.600.38348.459.839.02
Hex9F283F04B3C2615c3c27
Octal2375077011374465347447
Binary1001111110100011111101001011111100100110101011100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,40,63); }

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

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

 a { background-color: rgb(159,40,63); }

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

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

 span { border-color: rgb(159,40,63); }

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