#951F38

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

Shades of Bright Red #951F38

Tints of Bright Red #951F38

Color information

#951F38 (or 0x951F38) is unknown color: approx Bright Red. HEX triplet: 95, 1F and 38. RGB value is (149,31,56). Sum of RGB (Red+Green+Blue) = 149+31+56=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #951F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F38 is #6AE0C7. Grayscale: #454545. Windows color (decimal): -7004360 or 3678101. OLE color: 3678101.

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

Color convert

RGB1493156-
CMYK00.790.620.42
HSL347.29º65.56%35.29%-
HSV(B)347.29º79.19%58.43%-
XYZ13.67.664.5-
YUV69.13120.59184.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=63.14%
G=13.14%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149315600.790.620.42347.2965.5635.29
Hex951F3804F3E2A15b4223
Octal22537700117765253310243
Binary1001010111111111000010011111111101010101010110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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