#9F222A

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

Shades of Bright Red #9F222A

Tints of Bright Red #9F222A

Color information

#9F222A (or 0x9F222A) is unknown color: approx Bright Red. HEX triplet: 9F, 22 and 2A. RGB value is (159,34,42). Sum of RGB (Red+Green+Blue) = 159+34+42=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F222A is #60DDD5. Grayscale: #484848. Windows color (decimal): -6348246 or 2761375. OLE color: 2761375.

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

Color convert

RGB1593442-
CMYK00.790.740.38
HSL356.16º64.77%37.84%-
HSV(B)356.16º78.62%62.35%-
XYZ15.298.683.06-
YUV72.29110.91189.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.66%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=67.66%
G=14.47%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159344200.790.740.38356.1664.7737.84
Hex9F222A04F4A261644126
Octal237425201171124654410146
Binary100111111000101010100100111110010101001101011001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,34,42); }

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

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

 a { background-color: rgb(159,34,42); }

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

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

 span { border-color: rgb(159,34,42); }

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