#94152c

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

Shades of Bright Red #94152C

Tints of Bright Red #94152C

Color information

#94152C (or 0x94152C) is unknown color: approx Bright Red. HEX triplet: 94, 15 and 2C. RGB value is (148,21,44). Sum of RGB (Red+Green+Blue) = 148+21+44=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94152C is #6BEAD3. Grayscale: #3D3D3D. Windows color (decimal): -7072468 or 2889108. OLE color: 2889108.

HSL color Cylindrical-coordinate representation of color #94152C: hue angle of 349.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94152C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1482144-
CMYK00.860.700.42
HSL349.13º75.15%33.14%-
HSV(B)349.13º85.81%58.04%-
XYZ12.947.013.05-
YUV61.59118.08189.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.48%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=69.48%
G=9.86%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148214400.860.700.42349.1375.1533.14
Hex94152C056462A15d4b21
Octal224255401261065253511341
Binary10010100101011011000101011010001101010101010111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94152c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94152c; }

 p { color: rgb(148,21,44); }

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

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

 a { background-color: rgb(148,21,44); }

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

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

 span { border-color: rgb(148,21,44); }

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