#951F31

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

Shades of Bright Red #951F31

Tints of Bright Red #951F31

Color information

#951F31 (or 0x951F31) is unknown color: approx Bright Red. HEX triplet: 95, 1F and 31. RGB value is (149,31,49). Sum of RGB (Red+Green+Blue) = 149+31+49=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #951F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F31 is #6AE0CE. Grayscale: #444444. Windows color (decimal): -7004367 or 3219349. OLE color: 3219349.

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

Color convert

RGB1493149-
CMYK00.790.670.42
HSL350.85º65.56%35.29%-
HSV(B)350.85º79.19%58.43%-
XYZ13.447.593.66-
YUV68.33117.09185.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=65.07%
G=13.54%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149314900.790.670.42350.8565.5635.29
Hex951F3104F432A15f4223
Octal225376101171035253710243
Binary10010101111111100010100111110000111010101010111111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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