Html Css Color HEX #DC1739 Crimson

📋 copy color: '#DC1739'

red 220 ◦ green 23 ◦ blue 57

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

Shades of Crimson #DC1739

Tints of Crimson #DC1739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19%

R = 73.33%
G = 7.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC1739 (or 0xDC1739) is known color: Crimson. HEX triplet: DC, 17 and 39. RGB value is (220,23,57). Sum of RGB (Red+Green+Blue) = 220+23+57=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1739 is #23E8C6. Grayscale: #555555. Windows color (decimal): -2353351 or 3741660. OLE color: 3741660.

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

Color convert

RGB 220 23 57 -
CMYK 0 0.90 0.74 0.14
HSL 349.64º 0.81% 0.48% -
HSV(B) 349.64º 0.9% 0.86% -
XYZ 30.56 16.12 5.37 -
YUV 85.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 220 23 57 0 0.90 0.74 0.14 349.64 0.81 0.48
Hex DC 17 39 0 5A 4A E 15E 51 30
Octal 334 27 71 0 132 112 16 536 121 60
Binary 11011100 10111 111001 0 1011010 1001010 1110 101011110 1010001 110000

Color Harmonies of #DC1739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1739

Black with #DC1739

Text Example


Text Example

White with #DC1739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1739; }

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

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

background-color css

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

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

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

border-color css

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

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

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