Html Css Color HEX #DC1547 Crimson

📋 copy color: '#DC1547'

red 220 ◦ green 21 ◦ blue 71

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

Shades of Crimson #DC1547

Tints of Crimson #DC1547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 70.51%
G = 6.73%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC1547 (or 0xDC1547) is known color: Crimson. HEX triplet: DC, 15 and 47. RGB value is (220,21,71). Sum of RGB (Red+Green+Blue) = 220+21+71=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1547 is #23EAB8. Grayscale: #565656. Windows color (decimal): -2353849 or 4658652. OLE color: 4658652.

HSL color Cylindrical-coordinate representation of color #DC1547: hue angle of 344.92º degrees, saturation: 0.83, 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 #DC1547 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 71 -
CMYK 0 0.90 0.68 0.14
HSL 344.92º 0.83% 0.47% -
HSV(B) 344.92º 0.9% 0.86% -
XYZ 30.92 16.21 7.46 -
YUV 86.2 119.43 223.43 -
System Red Green Blue C M Y K H S L
Decimal 220 21 71 0 0.90 0.68 0.14 344.92 0.83 0.47
Hex DC 15 47 0 5A 44 E 159 53 2F
Octal 334 25 107 0 132 104 16 531 123 57
Binary 11011100 10101 1000111 0 1011010 1000100 1110 101011001 1010011 101111

Color Harmonies of #DC1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1547

Black with #DC1547

Text Example


Text Example

White with #DC1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1547; }

 p { color: rgb(220,21,71); }

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

background-color css

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

 a { background-color: rgb(220,21,71); }

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

border-color css

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

 span { border-color: rgb(220,21,71); }

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