Html Css Color HEX #DC1749 Crimson

📋 copy color: '#DC1749'

red 220 ◦ green 23 ◦ blue 73

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

Shades of Crimson #DC1749

Tints of Crimson #DC1749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 69.62%
G = 7.28%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC1749 (or 0xDC1749) is known color: Crimson. HEX triplet: DC, 17 and 49. RGB value is (220,23,73). Sum of RGB (Red+Green+Blue) = 220+23+73=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1749 is #23E8B6. Grayscale: #575757. Windows color (decimal): -2353335 or 4790236. OLE color: 4790236.

HSL color Cylindrical-coordinate representation of color #DC1749: hue angle of 344.77º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1749 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 73 -
CMYK 0 0.90 0.67 0.14
HSL 344.77º 0.81% 0.48% -
HSV(B) 344.77º 0.9% 0.86% -
XYZ 31.02 16.31 7.82 -
YUV 87.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 220 23 73 0 0.90 0.67 0.14 344.77 0.81 0.48
Hex DC 17 49 0 5A 43 E 159 51 30
Octal 334 27 111 0 132 103 16 531 121 60
Binary 11011100 10111 1001001 0 1011010 1000011 1110 101011001 1010001 110000

Color Harmonies of #DC1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1749

Black with #DC1749

Text Example


Text Example

White with #DC1749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1749; }

 p { color: rgb(220,23,73); }

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

background-color css

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

 a { background-color: rgb(220,23,73); }

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

border-color css

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

 span { border-color: rgb(220,23,73); }

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