#df162e

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

Shades of Crimson #DF162E

Tints of Crimson #DF162E

Color information

#DF162E (or 0xDF162E) is unknown color: approx Crimson. HEX triplet: DF, 16 and 2E. RGB value is (223,22,46). Sum of RGB (Red+Green+Blue) = 223+22+46=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF162E is #20E9D1. Grayscale: #545454. Windows color (decimal): -2157010 or 3020511. OLE color: 3020511.

HSL color Cylindrical-coordinate representation of color #DF162E: hue angle of 352.84º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF162E is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB2232246-
CMYK00.900.790.13
HSL352.84º82.04%48.04%-
HSV(B)352.84º90.13%87.45%-
XYZ31.2116.464.12-
YUV84.84106.09226.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 76.63%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=76.63%
G=7.56%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223224600.900.790.13352.8482.0448.04
HexDF162E05A4FD1615230
Octal337265601321171554112260
Binary110111111011010111001011010100111111011011000011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df162e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df162e; }

 p { color: rgb(223,22,46); }

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

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

 a { background-color: rgb(223,22,46); }

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

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

 span { border-color: rgb(223,22,46); }

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