#951F20

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

Shades of Bright Red #951F20

Tints of Bright Red #951F20

Color information

#951F20 (or 0x951F20) is unknown color: approx Bright Red. HEX triplet: 95, 1F and 20. RGB value is (149,31,32). Sum of RGB (Red+Green+Blue) = 149+31+32=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #951F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F20 is #6AE0DF. Grayscale: #424242. Windows color (decimal): -7004384 or 2105237. OLE color: 2105237.

HSL color Cylindrical-coordinate representation of color #951F20: hue angle of 359.49º degrees, saturation: 0.66, 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 #951F20 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1493132-
CMYK00.790.790.42
HSL359.49º65.56%35.29%-
HSV(B)359.49º79.19%58.43%-
XYZ13.157.472.12-
YUV66.4108.59186.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.28%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=70.28%
G=14.62%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149313200.790.790.42359.4965.5635.29
Hex951F2004F4F2A1674223
Octal225374001171175254710243
Binary10010101111111000000100111110011111010101011001111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,31,32); }

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

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

 a { background-color: rgb(149,31,32); }

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

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

 span { border-color: rgb(149,31,32); }

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