Html Css Color HEX #DC1746 Crimson

📋 copy color: '#DC1746'

red 220 ◦ green 23 ◦ blue 70

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

Shades of Crimson #DC1746

Tints of Crimson #DC1746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 70.29%
G = 7.35%
B = 22.36%

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

#DC1746 (or 0xDC1746) is known color: Crimson. HEX triplet: DC, 17 and 46. RGB value is (220,23,70). Sum of RGB (Red+Green+Blue) = 220+23+70=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1746 is #23E8B9. Grayscale: #575757. Windows color (decimal): -2353338 or 4593628. OLE color: 4593628.

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

Color convert

RGB 220 23 70 -
CMYK 0 0.90 0.68 0.14
HSL 345.69º 0.81% 0.48% -
HSV(B) 345.69º 0.9% 0.86% -
XYZ 30.93 16.27 7.3 -
YUV 87.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 220 23 70 0 0.90 0.68 0.14 345.69 0.81 0.48
Hex DC 17 46 0 5A 44 E 15A 51 30
Octal 334 27 106 0 132 104 16 532 121 60
Binary 11011100 10111 1000110 0 1011010 1000100 1110 101011010 1010001 110000

Color Harmonies of #DC1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1746

Black with #DC1746

Text Example


Text Example

White with #DC1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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