Html Css Color HEX #DC1745 Crimson

📋 copy color: '#DC1745'

red 220 ◦ green 23 ◦ blue 69

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

Shades of Crimson #DC1745

Tints of Crimson #DC1745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 70.51%
G = 7.37%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC1745 (or 0xDC1745) is known color: Crimson. HEX triplet: DC, 17 and 45. RGB value is (220,23,69). Sum of RGB (Red+Green+Blue) = 220+23+69=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1745 is #23E8BA. Grayscale: #575757. Windows color (decimal): -2353339 or 4528092. OLE color: 4528092.

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

Color convert

RGB 220 23 69 -
CMYK 0 0.90 0.69 0.14
HSL 345.99º 0.81% 0.48% -
HSV(B) 345.99º 0.9% 0.86% -
XYZ 30.9 16.26 7.14 -
YUV 87.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 220 23 69 0 0.90 0.69 0.14 345.99 0.81 0.48
Hex DC 17 45 0 5A 45 E 15A 51 30
Octal 334 27 105 0 132 105 16 532 121 60
Binary 11011100 10111 1000101 0 1011010 1000101 1110 101011010 1010001 110000

Color Harmonies of #DC1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1745

Black with #DC1745

Text Example


Text Example

White with #DC1745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1745; }

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

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

background-color css

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

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

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

border-color css

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

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

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