#951E2A

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

Shades of Bright Red #951E2A

Tints of Bright Red #951E2A

Color information

#951E2A (or 0x951E2A) is unknown color: approx Bright Red. HEX triplet: 95, 1E and 2A. RGB value is (149,30,42). Sum of RGB (Red+Green+Blue) = 149+30+42=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E2A is #6AE1D5. Grayscale: #434343. Windows color (decimal): -7004630 or 2760341. OLE color: 2760341.

HSL color Cylindrical-coordinate representation of color #951E2A: hue angle of 353.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E2A is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1493042-
CMYK00.800.720.42
HSL353.95º66.48%35.1%-
HSV(B)353.95º79.87%58.43%-
XYZ13.287.492.94-
YUV66.95113.92186.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.42%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=67.42%
G=13.57%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149304200.800.720.42353.9566.4835.1
Hex951E2A050482A1624223
Octal225365201201105254210243
Binary10010101111101010100101000010010001010101011000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,30,42); }

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

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

 a { background-color: rgb(149,30,42); }

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

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

 span { border-color: rgb(149,30,42); }

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