#951B21

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

Shades of Bright Red #951B21

Tints of Bright Red #951B21

Color information

#951B21 (or 0x951B21) is unknown color: approx Bright Red. HEX triplet: 95, 1B and 21. RGB value is (149,27,33). Sum of RGB (Red+Green+Blue) = 149+27+33=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #951B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B21 is #6AE4DE. Grayscale: #404040. Windows color (decimal): -7005407 or 2169749. OLE color: 2169749.

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

Color convert

RGB1492733-
CMYK00.820.780.42
HSL357.05º69.32%34.51%-
HSV(B)357.05º81.88%58.43%-
XYZ13.067.282.16-
YUV64.16110.42188.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 33 (13.28% from 255) = 15.79%
R=71.29%
G=12.92%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149273300.820.780.42357.0569.3234.51
Hex951B210524E2A1654523
Octal225334101221165254510543
Binary10010101110111000010101001010011101010101011001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951B21; }

 p { color: rgb(149,27,33); }

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

<style>
 a { background-color: #951B21; }

 a { background-color: rgb(149,27,33); }

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

<style>
 span { border-color: #951B21; }

 span { border-color: rgb(149,27,33); }

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