#DE1245

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

Shades of Crimson #DE1245

Tints of Crimson #DE1245

Color information

#DE1245 (or 0xDE1245) is unknown color: approx Crimson. HEX triplet: DE, 12 and 45. RGB value is (222,18,69). Sum of RGB (Red+Green+Blue) = 222+18+69=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1245 is #21EDBA. Grayscale: #545454. Windows color (decimal): -2223547 or 4526814. OLE color: 4526814.

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

Color convert

RGB2221869-
CMYK00.920.690.13
HSL345º85%47.06%-
HSV(B)345º91.89%87.06%-
XYZ31.4116.397.14-
YUV84.81119.09225.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 71.84%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=71.84%
G=5.83%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222186900.920.690.133458547.06
HexDE124505C45D159552f
Octal3362210501341051553112557
Binary1101111010010100010101011100100010111011010110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1245; }

 p { color: rgb(222,18,69); }

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

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

 a { background-color: rgb(222,18,69); }

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

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

 span { border-color: rgb(222,18,69); }

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