Html Css Color HEX #DC1740 Crimson

📋 copy color: '#DC1740'

red 220 ◦ green 23 ◦ blue 64

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

Shades of Crimson #DC1740

Tints of Crimson #DC1740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 71.66%
G = 7.49%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC1740 (or 0xDC1740) is known color: Crimson. HEX triplet: DC, 17 and 40. RGB value is (220,23,64). Sum of RGB (Red+Green+Blue) = 220+23+64=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1740 is #23E8BF. Grayscale: #565656. Windows color (decimal): -2353344 or 4200412. OLE color: 4200412.

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

Color convert

RGB 220 23 64 -
CMYK 0 0.90 0.71 0.14
HSL 347.51º 0.81% 0.48% -
HSV(B) 347.51º 0.9% 0.86% -
XYZ 30.75 16.2 6.36 -
YUV 86.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 220 23 64 0 0.90 0.71 0.14 347.51 0.81 0.48
Hex DC 17 40 0 5A 47 E 15C 51 30
Octal 334 27 100 0 132 107 16 534 121 60
Binary 11011100 10111 1000000 0 1011010 1000111 1110 101011100 1010001 110000

Color Harmonies of #DC1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1740

Black with #DC1740

Text Example


Text Example

White with #DC1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1740; }

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

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

background-color css

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

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

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

border-color css

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

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

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