#94273b

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

Shades of Bright Red #94273B

Tints of Bright Red #94273B

Color information

#94273B (or 0x94273B) is unknown color: approx Bright Red. HEX triplet: 94, 27 and 3B. RGB value is (148,39,59). Sum of RGB (Red+Green+Blue) = 148+39+59=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94273B is #6BD8C4. Grayscale: #494949. Windows color (decimal): -7067845 or 3876756. OLE color: 3876756.

HSL color Cylindrical-coordinate representation of color #94273B: hue angle of 348.99º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94273B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1483959-
CMYK00.740.600.42
HSL348.99º58.29%36.67%-
HSV(B)348.99º73.65%58.04%-
XYZ13.738.064.97-
YUV73.87119.61180.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=60.16%
G=15.85%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148395900.740.600.42348.9958.2936.67
Hex94273B04A3C2A15d3a25
Octal2244773011274525357245
Binary1001010010011111101101001010111100101010101011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94273b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94273b; }

 p { color: rgb(148,39,59); }

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

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

 a { background-color: rgb(148,39,59); }

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

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

 span { border-color: rgb(148,39,59); }

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