#9f1c21

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

Shades of Bright Red #9F1C21

Tints of Bright Red #9F1C21

Color information

#9F1C21 (or 0x9F1C21) is unknown color: approx Bright Red. HEX triplet: 9F, 1C and 21. RGB value is (159,28,33). Sum of RGB (Red+Green+Blue) = 159+28+33=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1C21 is #60E3DE. Grayscale: #434343. Windows color (decimal): -6349791 or 2170015. OLE color: 2170015.

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

Color convert

RGB1592833-
CMYK00.820.790.38
HSL357.71º70.05%36.67%-
HSV(B)357.71º82.39%62.35%-
XYZ14.998.312.25-
YUV67.74108.4193.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 72.27%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 33 (13.28% from 255) = 15%
R=72.27%
G=12.73%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159283300.820.790.38357.7170.0536.67
Hex9F1C210524F261664625
Octal237344101221174654610645
Binary10011111111001000010101001010011111001101011001101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,33); }

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

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

 a { background-color: rgb(159,28,33); }

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

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

 span { border-color: rgb(159,28,33); }

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