Html Css Color HEX #DC1039 Crimson

📋 copy color: '#DC1039'

red 220 ◦ green 16 ◦ blue 57

#DC1039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DC1039

Tints of Crimson #DC1039

RGB

 RED value IS 220 (86.33% from 255) = 75.09%

 GREEN value IS 16 (6.64% from 255) = 5.46%

 BLUE value IS 57 (22.66% from 255) = 19.45%

R = 75.09%
G = 5.46%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC1039 (or 0xDC1039) is known color: Crimson. HEX triplet: DC, 10 and 39. RGB value is (220,16,57). Sum of RGB (Red+Green+Blue) = 220+16+57=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1039 is #23EFC6. Grayscale: #515151. Windows color (decimal): -2355143 or 3739868. OLE color: 3739868.

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

Color convert

RGB 220 16 57 -
CMYK 0 0.93 0.74 0.14
HSL 347.94º 0.86% 0.46% -
HSV(B) 347.94º 0.93% 0.86% -
XYZ 30.44 15.88 5.33 -
YUV 81.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 220 16 57 0 0.93 0.74 0.14 347.94 0.86 0.46
Hex DC 10 39 0 5D 4A E 15C 56 2E
Octal 334 20 71 0 135 112 16 534 126 56
Binary 11011100 10000 111001 0 1011101 1001010 1110 101011100 1010110 101110

Color Harmonies of #DC1039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1039

Black with #DC1039

Text Example


Text Example

White with #DC1039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1039; }

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

 H1.HeaderClassName
 {
   color: #DC1039;
 }
 .AnyTagClassName
 {
   color: #DC1039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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