#DC0339

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

Shades of Crimson #DC0339

Tints of Crimson #DC0339

Color information

#DC0339 (or 0xDC0339) is unknown color: approx Crimson. HEX triplet: DC, 03 and 39. RGB value is (220,3,57). Sum of RGB (Red+Green+Blue) = 220+3+57=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0339 is #23FCC6. Grayscale: #4A4A4A. Windows color (decimal): -2358471 or 3736540. OLE color: 3736540.

HSL color Cylindrical-coordinate representation of color #DC0339: hue angle of 345.07º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0339 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB220357-
CMYK00.990.740.14
HSL345.07º97.31%43.73%-
HSV(B)345.07º98.64%86.27%-
XYZ30.2915.585.28-
YUV74.04118.39232.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 78.57%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=78.57%
G=1.07%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22035700.990.740.14345.0797.3143.73
HexDC3390634AE159612c
Octal33437101431121653114154
Binary110111001111100101100011100101011101010110011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0339; }

 p { color: rgb(220,3,57); }

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

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

 a { background-color: rgb(220,3,57); }

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

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

 span { border-color: rgb(220,3,57); }

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