#DE0038

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

Shades of Crimson #DE0038

Tints of Crimson #DE0038

Color information

#DE0038 (or 0xDE0038) is unknown color: approx Crimson. HEX triplet: DE, 00 and 38. RGB value is (222,0,56). Sum of RGB (Red+Green+Blue) = 222+0+56=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0038 is #21FFC7. Grayscale: #484848. Windows color (decimal): -2228168 or 3670238. OLE color: 3670238.

HSL color Cylindrical-coordinate representation of color #DE0038: hue angle of 344.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0038 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB222056-
CMYK010.750.13
HSL344.86º100%43.53%-
HSV(B)344.86º100%87.06%-
XYZ30.8415.825.17-
YUV72.76118.55234.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=79.86%
G=0%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222056010.750.13344.8610043.53
HexDE0380644BD159642c
Octal33607001441131553114454
Binary11011110011100001100100100101111011010110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0038; }

 p { color: rgb(222,0,56); }

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

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

 a { background-color: rgb(222,0,56); }

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

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

 span { border-color: rgb(222,0,56); }

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