#94293D

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

Shades of Bright Red #94293D

Tints of Bright Red #94293D

Color information

#94293D (or 0x94293D) is unknown color: approx Bright Red. HEX triplet: 94, 29 and 3D. RGB value is (148,41,61). Sum of RGB (Red+Green+Blue) = 148+41+61=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #94293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94293D is #6BD6C2. Grayscale: #4B4B4B. Windows color (decimal): -7067331 or 4008340. OLE color: 4008340.

HSL color Cylindrical-coordinate representation of color #94293D: hue angle of 348.79º 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 #94293D is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1484161-
CMYK00.720.590.42
HSL348.79º56.61%37.06%-
HSV(B)348.79º72.3%58.04%-
XYZ13.858.225.27-
YUV75.27119.95179.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=59.2%
G=16.4%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148416100.720.590.42348.7956.6137.06
Hex94293D0483B2A15d3925
Octal2245175011073525357145
Binary1001010010100111110101001000111011101010101011101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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