#94292D

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

Shades of Bright Red #94292D

Tints of Bright Red #94292D

Color information

#94292D (or 0x94292D) is unknown color: approx Bright Red. HEX triplet: 94, 29 and 2D. RGB value is (148,41,45). Sum of RGB (Red+Green+Blue) = 148+41+45=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #94292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94292D is #6BD6D2. Grayscale: #494949. Windows color (decimal): -7067347 or 2959764. OLE color: 2959764.

HSL color Cylindrical-coordinate representation of color #94292D: hue angle of 357.76º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94292D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1484145-
CMYK00.720.700.42
HSL357.76º56.61%37.06%-
HSV(B)357.76º72.3%58.04%-
XYZ13.488.073.33-
YUV73.45111.95181.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 45 (17.97% from 255) = 19.23%
R=63.25%
G=17.52%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148414500.720.700.42357.7656.6137.06
Hex94292D048462A1663925
Octal22451550110106525467145
Binary10010100101001101101010010001000110101010101100110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94292D; }

 p { color: rgb(148,41,45); }

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

<style>
 a { background-color: #94292D; }

 a { background-color: rgb(148,41,45); }

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

<style>
 span { border-color: #94292D; }

 span { border-color: rgb(148,41,45); }

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