#DF003E

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

Shades of Crimson #DF003E

Tints of Crimson #DF003E

Color information

#DF003E (or 0xDF003E) is unknown color: approx Crimson. HEX triplet: DF, 00 and 3E. RGB value is (223,0,62). Sum of RGB (Red+Green+Blue) = 223+0+62=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF003E is #20FFC1. Grayscale: #494949. Windows color (decimal): -2162626 or 4063455. OLE color: 4063455.

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

Color convert

RGB223062-
CMYK010.720.13
HSL343.32º100%43.73%-
HSV(B)343.32º100%87.45%-
XYZ31.316.046-
YUV73.74121.38234.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=78.25%
G=0%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223062010.720.13343.3210043.73
HexDF03E06448D157642c
Octal33707601441101552714454
Binary11011111011111001100100100100011011010101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF003E; }

 p { color: rgb(223,0,62); }

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

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

 a { background-color: rgb(223,0,62); }

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

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

 span { border-color: rgb(223,0,62); }

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