#5E242A

Color #5E242A Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5E242A

Tints of Burnt Crimson #5E242A

Color information

#5E242A (or 0x5E242A) is unknown color: approx Burnt Crimson. HEX triplet: 5E, 24 and 2A. RGB value is (94,36,42). Sum of RGB (Red+Green+Blue) = 94+36+42=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E242A is #A1DBD5. Grayscale: #363636. Windows color (decimal): -10607574 or 2761822. OLE color: 2761822.

HSL color Cylindrical-coordinate representation of color #5E242A: hue angle of 353.79º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E242A is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB943642-
CMYK00.620.550.63
HSL353.79º44.62%25.49%-
HSV(B)353.79º61.7%36.86%-
XYZ5.663.812.63-
YUV54.03121.22156.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 54.65%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=54.65%
G=20.93%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94364200.620.550.63353.7944.6225.49
Hex5E242A03E373F1622d19
Octal136445207667775425531
Binary1011110100100101010011111011011111111110110001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E242A; }

 p { color: rgb(94,36,42); }

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

<style>
 a { background-color: #5E242A; }

 a { background-color: rgb(94,36,42); }

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

<style>
 span { border-color: #5E242A; }

 span { border-color: rgb(94,36,42); }

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