#9F2433

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

Shades of Bright Red #9F2433

Tints of Bright Red #9F2433

Color information

#9F2433 (or 0x9F2433) is unknown color: approx Bright Red. HEX triplet: 9F, 24 and 33. RGB value is (159,36,51). Sum of RGB (Red+Green+Blue) = 159+36+51=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2433 is #60DBCC. Grayscale: #4A4A4A. Windows color (decimal): -6347725 or 3351711. OLE color: 3351711.

HSL color Cylindrical-coordinate representation of color #9F2433: hue angle of 352.68º degrees, saturation: 0.63, 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 #9F2433 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1593651-
CMYK00.770.680.38
HSL352.68º63.08%38.24%-
HSV(B)352.68º77.36%62.35%-
XYZ15.538.874.03-
YUV74.49114.75188.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.63%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 51 (20.31% from 255) = 20.73%
R=64.63%
G=14.63%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159365100.770.680.38352.6863.0838.24
Hex9F243304D44261613f26
Octal23744630115104465417746
Binary10011111100100110011010011011000100100110101100001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,36,51); }

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

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

 a { background-color: rgb(159,36,51); }

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

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

 span { border-color: rgb(159,36,51); }

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