#DE132E

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

Shades of Crimson #DE132E

Tints of Crimson #DE132E

Color information

#DE132E (or 0xDE132E) is unknown color: approx Crimson. HEX triplet: DE, 13 and 2E. RGB value is (222,19,46). Sum of RGB (Red+Green+Blue) = 222+19+46=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE132E is #21ECD1. Grayscale: #525252. Windows color (decimal): -2223314 or 3019742. OLE color: 3019742.

HSL color Cylindrical-coordinate representation of color #DE132E: hue angle of 352.02º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE132E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB2221946-
CMYK00.910.790.13
HSL352.02º84.23%47.25%-
HSV(B)352.02º91.44%87.06%-
XYZ30.8516.194.08-
YUV82.78107.25227.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 77.35%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 46 (18.36% from 255) = 16.03%
R=77.35%
G=6.62%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222194600.910.790.13352.0284.2347.25
HexDE132E05B4FD160542f
Octal336235601331171554012457
Binary110111101001110111001011011100111111011011000001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE132E; }

 p { color: rgb(222,19,46); }

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

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

 a { background-color: rgb(222,19,46); }

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

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

 span { border-color: rgb(222,19,46); }

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