#94212C

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

Shades of Bright Red #94212C

Tints of Bright Red #94212C

Color information

#94212C (or 0x94212C) is unknown color: approx Bright Red. HEX triplet: 94, 21 and 2C. RGB value is (148,33,44). Sum of RGB (Red+Green+Blue) = 148+33+44=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #94212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94212C is #6BDED3. Grayscale: #444444. Windows color (decimal): -7069396 or 2892180. OLE color: 2892180.

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

Color convert

RGB1483344-
CMYK00.780.700.42
HSL354.26º63.54%35.49%-
HSV(B)354.26º77.7%58.04%-
XYZ13.217.573.15-
YUV68.64114.1184.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.78%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=65.78%
G=14.67%
B=19.56%

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
Decimal148334400.780.700.42354.2663.5435.49
Hex94212C04E462A1624023
Octal224415401161065254210043
Binary100101001000011011000100111010001101010101011000101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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