#601E21

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

Shades of Burnt Crimson #601E21

Tints of Burnt Crimson #601E21

Color information

#601E21 (or 0x601E21) is unknown color: approx Burnt Crimson. HEX triplet: 60, 1E and 21. RGB value is (96,30,33). Sum of RGB (Red+Green+Blue) = 96+30+33=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #601E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E21 is #9FE1DE. Grayscale: #323232. Windows color (decimal): -10478047 or 2170464. OLE color: 2170464.

HSL color Cylindrical-coordinate representation of color #601E21: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E21 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB963033-
CMYK00.690.660.62
HSL357.27º52.38%24.71%-
HSV(B)357.27º68.75%37.65%-
XYZ5.563.531.83-
YUV50.08118.37160.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=60.38%
G=18.87%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96303300.690.660.62357.2752.3824.71
Hex601E21045423E1653419
Octal14036410105102765456431
Binary11000001111010000101000101100001011111010110010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E21; }

 p { color: rgb(96,30,33); }

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

<style>
 a { background-color: #601E21; }

 a { background-color: rgb(96,30,33); }

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

<style>
 span { border-color: #601E21; }

 span { border-color: rgb(96,30,33); }

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