Html Css Color HEX #DC1639 Crimson

📋 copy color: '#DC1639'

red 220 ◦ green 22 ◦ blue 57

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

Shades of Crimson #DC1639

Tints of Crimson #DC1639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.36%

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

R = 73.58%
G = 7.36%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC1639 (or 0xDC1639) is known color: Crimson. HEX triplet: DC, 16 and 39. RGB value is (220,22,57). Sum of RGB (Red+Green+Blue) = 220+22+57=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1639 is #23E9C6. Grayscale: #555555. Windows color (decimal): -2353607 or 3741404. OLE color: 3741404.

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

Color convert

RGB 220 22 57 -
CMYK 0 0.9 0.74 0.14
HSL 349.39º 0.82% 0.47% -
HSV(B) 349.39º 0.9% 0.86% -
XYZ 30.54 16.08 5.37 -
YUV 85.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 220 22 57 0 0.9 0.74 0.14 349.39 0.82 0.47
Hex DC 16 39 0 5A 4A E 15D 52 2F
Octal 334 26 71 0 132 112 16 535 122 57
Binary 11011100 10110 111001 0 1011010 1001010 1110 101011101 1010010 101111

Color Harmonies of #DC1639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1639

Black with #DC1639

Text Example


Text Example

White with #DC1639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1639; }

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

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

background-color css

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

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

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

border-color css

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

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

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