#951A1C

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

Shades of Bright Red #951A1C

Tints of Bright Red #951A1C

Color information

#951A1C (or 0x951A1C) is unknown color: approx Bright Red. HEX triplet: 95, 1A and 1C. RGB value is (149,26,28). Sum of RGB (Red+Green+Blue) = 149+26+28=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A1C is #6AE5E3. Grayscale: #3F3F3F. Windows color (decimal): -7005668 or 1841813. OLE color: 1841813.

HSL color Cylindrical-coordinate representation of color #951A1C: hue angle of 359.02º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A1C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1492628-
CMYK00.830.810.42
HSL359.02º70.29%34.31%-
HSV(B)359.02º82.55%58.43%-
XYZ12.977.211.81-
YUV63108.25189.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.40%
GREEN value IS 26 (10.55% from 255) = 12.81%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=73.40%
G=12.81%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149262800.830.810.42359.0270.2934.31
Hex951A1C053512A1674622
Octal225323401231215254710642
Binary1001010111010111000101001110100011010101011001111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,26,28); }

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

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

 a { background-color: rgb(149,26,28); }

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

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

 span { border-color: rgb(149,26,28); }

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