#DC013E

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

Shades of Crimson #DC013E

Tints of Crimson #DC013E

Color information

#DC013E (or 0xDC013E) is unknown color: approx Crimson. HEX triplet: DC, 01 and 3E. RGB value is (220,1,62). Sum of RGB (Red+Green+Blue) = 220+1+62=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC013E is #23FEC1. Grayscale: #494949. Windows color (decimal): -2358978 or 4063708. OLE color: 4063708.

HSL color Cylindrical-coordinate representation of color #DC013E: hue angle of 343.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB220162-
CMYK01.000.720.14
HSL343.29º99.1%43.33%-
HSV(B)343.29º99.55%86.27%-
XYZ30.415.595.96-
YUV73.44121.55232.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 77.74%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=77.74%
G=0.35%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016201.000.720.14343.2999.143.33
HexDC13E06448E157632b
Octal33417601441101652714353
Binary11011100111111001100100100100011101010101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC013E; }

 p { color: rgb(220,1,62); }

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

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

 a { background-color: rgb(220,1,62); }

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

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

 span { border-color: rgb(220,1,62); }

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