#94212E

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

Shades of Bright Red #94212E

Tints of Bright Red #94212E

Color information

#94212E (or 0x94212E) is unknown color: approx Bright Red. HEX triplet: 94, 21 and 2E. RGB value is (148,33,46). Sum of RGB (Red+Green+Blue) = 148+33+46=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94212E is #6BDED1. Grayscale: #444444. Windows color (decimal): -7069394 or 3023252. OLE color: 3023252.

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

Color convert

RGB1483346-
CMYK00.780.690.42
HSL353.22º63.54%35.49%-
HSV(B)353.22º77.7%58.04%-
XYZ13.257.583.35-
YUV68.87115.1184.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 65.20%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=65.20%
G=14.54%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148334600.780.690.42353.2263.5435.49
Hex94212E04E452A1614023
Octal224415601161055254110043
Binary100101001000011011100100111010001011010101011000011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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