#942428

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

Shades of Bright Red #942428

Tints of Bright Red #942428

Color information

#942428 (or 0x942428) is unknown color: approx Bright Red. HEX triplet: 94, 24 and 28. RGB value is (148,36,40). Sum of RGB (Red+Green+Blue) = 148+36+40=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #942428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942428 is #6BDBD7. Grayscale: #464646. Windows color (decimal): -7068632 or 2630804. OLE color: 2630804.

HSL color Cylindrical-coordinate representation of color #942428: hue angle of 357.86º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942428 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1483640-
CMYK00.760.730.42
HSL357.86º60.87%36.08%-
HSV(B)357.86º75.68%58.04%-
XYZ13.237.712.8-
YUV69.94111.11183.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.07%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=66.07%
G=16.07%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148364000.760.730.42357.8660.8736.08
Hex94242804C492A1663d24
Octal22444500114111525467544
Binary10010100100100101000010011001001001101010101100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942428; }

 p { color: rgb(148,36,40); }

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

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

 a { background-color: rgb(148,36,40); }

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

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

 span { border-color: rgb(148,36,40); }

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