#9F252E

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

Shades of Bright Red #9F252E

Tints of Bright Red #9F252E

Color information

#9F252E (or 0x9F252E) is unknown color: approx Bright Red. HEX triplet: 9F, 25 and 2E. RGB value is (159,37,46). Sum of RGB (Red+Green+Blue) = 159+37+46=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F252E is #60DAD1. Grayscale: #4A4A4A. Windows color (decimal): -6347474 or 3024287. OLE color: 3024287.

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

Color convert

RGB1593746-
CMYK00.770.710.38
HSL355.57º62.24%38.43%-
HSV(B)355.57º76.73%62.35%-
XYZ15.458.893.49-
YUV74.5111.92188.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.70%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=65.70%
G=15.29%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159374600.770.710.38355.5762.2438.43
Hex9F252E04D47261643e26
Octal23745560115107465447646
Binary10011111100101101110010011011000111100110101100100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,37,46); }

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

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

 a { background-color: rgb(159,37,46); }

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

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

 span { border-color: rgb(159,37,46); }

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