#94212D

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

Shades of Bright Red #94212D

Tints of Bright Red #94212D

Color information

#94212D (or 0x94212D) is unknown color: approx Bright Red. HEX triplet: 94, 21 and 2D. RGB value is (148,33,45). Sum of RGB (Red+Green+Blue) = 148+33+45=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #94212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94212D is #6BDED2. Grayscale: #444444. Windows color (decimal): -7069395 or 2957716. OLE color: 2957716.

HSL color Cylindrical-coordinate representation of color #94212D: hue angle of 353.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94212D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1483345-
CMYK00.780.700.42
HSL353.74º63.54%35.49%-
HSV(B)353.74º77.7%58.04%-
XYZ13.237.573.25-
YUV68.75114.6184.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.49%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=65.49%
G=14.60%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148334500.780.700.42353.7463.5435.49
Hex94212D04E462A1624023
Octal224415501161065254210043
Binary100101001000011011010100111010001101010101011000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94212D; }

 p { color: rgb(148,33,45); }

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

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

 a { background-color: rgb(148,33,45); }

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

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

 span { border-color: rgb(148,33,45); }

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