#94252A

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

Shades of Bright Red #94252A

Tints of Bright Red #94252A

Color information

#94252A (or 0x94252A) is unknown color: approx Bright Red. HEX triplet: 94, 25 and 2A. RGB value is (148,37,42). Sum of RGB (Red+Green+Blue) = 148+37+42=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94252A is #6BDAD5. Grayscale: #464646. Windows color (decimal): -7068374 or 2762132. OLE color: 2762132.

HSL color Cylindrical-coordinate representation of color #94252A: hue angle of 357.3º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94252A is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1483742-
CMYK00.750.720.42
HSL357.3º60%36.27%-
HSV(B)357.3º75%58.04%-
XYZ13.297.792.99-
YUV70.76111.77183.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.20%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=65.20%
G=16.30%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148374200.750.720.42357.36036.27
Hex94252A04B482A1653c24
Octal22445520113110525457444
Binary10010100100101101010010010111001000101010101100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94252A; }

 p { color: rgb(148,37,42); }

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

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

 a { background-color: rgb(148,37,42); }

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

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

 span { border-color: rgb(148,37,42); }

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