#DE123D

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

Shades of Crimson #DE123D

Tints of Crimson #DE123D

Color information

#DE123D (or 0xDE123D) is unknown color: approx Crimson. HEX triplet: DE, 12 and 3D. RGB value is (222,18,61). Sum of RGB (Red+Green+Blue) = 222+18+61=301 (39% of max value = 765). Red value is 222 (87.11% from 255 or 73.75% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 222 - color contains mainly: red. Hex color #DE123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE123D is #21EDC2. Grayscale: #535353. Windows color (decimal): -2223555 or 4002526. OLE color: 4002526.

HSL color Cylindrical-coordinate representation of color #DE123D: hue angle of 347.35º 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 #DE123D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB2221861-
CMYK00.920.730.13
HSL347.35º85%47.06%-
HSV(B)347.35º91.89%87.06%-
XYZ31.1816.35.92-
YUV83.9115.09226.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.75%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=73.75%
G=5.98%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222186100.920.730.13347.358547.06
HexDE123D05C49D15b552f
Octal336227501341111553312557
Binary110111101001011110101011100100100111011010110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE123D; }

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

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

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

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

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

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

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

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