#931F21

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

Shades of Bright Red #931F21

Tints of Bright Red #931F21

Color information

#931F21 (or 0x931F21) is unknown color: approx Bright Red. HEX triplet: 93, 1F and 21. RGB value is (147,31,33). Sum of RGB (Red+Green+Blue) = 147+31+33=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #931F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931F21 is #6CE0DE. Grayscale: #424242. Windows color (decimal): -7135455 or 2170771. OLE color: 2170771.

HSL color Cylindrical-coordinate representation of color #931F21: hue angle of 358.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #931F21 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB1473133-
CMYK00.790.780.42
HSL358.97º65.17%34.9%-
HSV(B)358.97º78.91%57.65%-
XYZ12.87.292.17-
YUV65.91109.43185.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 69.67%
GREEN value IS 31 (12.5% from 255) = 14.69%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=69.67%
G=14.69%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147313300.790.780.42358.9765.1734.9
Hex931F2104F4E2A1674123
Octal223374101171165254710143
Binary10010011111111000010100111110011101010101011001111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931F21; }

 p { color: rgb(147,31,33); }

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

<style>
 a { background-color: #931F21; }

 a { background-color: rgb(147,31,33); }

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

<style>
 span { border-color: #931F21; }

 span { border-color: rgb(147,31,33); }

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