#94253C

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

Shades of Bright Red #94253C

Tints of Bright Red #94253C

Color information

#94253C (or 0x94253C) is unknown color: approx Bright Red. HEX triplet: 94, 25 and 3C. RGB value is (148,37,60). Sum of RGB (Red+Green+Blue) = 148+37+60=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94253C is #6BDAC3. Grayscale: #484848. Windows color (decimal): -7068356 or 3941780. OLE color: 3941780.

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

Color convert

RGB1483760-
CMYK00.750.590.42
HSL347.57º60%36.27%-
HSV(B)347.57º75%58.04%-
XYZ13.697.955.09-
YUV72.81120.77181.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=60.41%
G=15.10%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148376000.750.590.42347.576036.27
Hex94253C04B3B2A15c3c24
Octal2244574011373525347444
Binary1001010010010111110001001011111011101010101011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94253C; }

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

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

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

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

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

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

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

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