#DE063E

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

Shades of Crimson #DE063E

Tints of Crimson #DE063E

Color information

#DE063E (or 0xDE063E) is unknown color: approx Crimson. HEX triplet: DE, 06 and 3E. RGB value is (222,6,62). Sum of RGB (Red+Green+Blue) = 222+6+62=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE063E is #21F9C1. Grayscale: #4C4C4C. Windows color (decimal): -2226626 or 4064990. OLE color: 4064990.

HSL color Cylindrical-coordinate representation of color #DE063E: hue angle of 344.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE063E is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB222662-
CMYK00.970.720.13
HSL344.44º94.74%44.71%-
HSV(B)344.44º97.3%87.06%-
XYZ31.0616.016.01-
YUV76.97119.56231.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 76.55%
GREEN value IS 6 (2.73% from 255) = 2.07%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=76.55%
G=2.07%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22266200.970.720.13344.4494.7444.71
HexDE63E06148D1585f2d
Octal33667601411101553013755
Binary1101111011011111001100001100100011011010110001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE063E; }

 p { color: rgb(222,6,62); }

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

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

 a { background-color: rgb(222,6,62); }

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

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

 span { border-color: rgb(222,6,62); }

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