#942429

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

Shades of Bright Red #942429

Tints of Bright Red #942429

Color information

#942429 (or 0x942429) is unknown color: approx Bright Red. HEX triplet: 94, 24 and 29. RGB value is (148,36,41). Sum of RGB (Red+Green+Blue) = 148+36+41=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #942429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942429 is #6BDBD6. Grayscale: #464646. Windows color (decimal): -7068631 or 2696340. OLE color: 2696340.

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

Color convert

RGB1483641-
CMYK00.760.720.42
HSL357.32º60.87%36.08%-
HSV(B)357.32º75.68%58.04%-
XYZ13.247.722.89-
YUV70.06111.61183.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.78%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=65.78%
G=16%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148364100.760.720.42357.3260.8736.08
Hex94242904C482A1653d24
Octal22444510114110525457544
Binary10010100100100101001010011001001000101010101100101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942429; }

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

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

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

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

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

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

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

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