Html Css Color HEX #DC1831 Crimson

📋 copy color: '#DC1831'

red 220 ◦ green 24 ◦ blue 49

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

Shades of Crimson #DC1831

Tints of Crimson #DC1831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 75.09%
G = 8.19%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC1831 (or 0xDC1831) is known color: Crimson. HEX triplet: DC, 18 and 31. RGB value is (220,24,49). Sum of RGB (Red+Green+Blue) = 220+24+49=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1831 is #23E7CE. Grayscale: #555555. Windows color (decimal): -2353103 or 3217628. OLE color: 3217628.

HSL color Cylindrical-coordinate representation of color #DC1831: hue angle of 352.35º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1831 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 49 -
CMYK 0 0.89 0.78 0.14
HSL 352.35º 0.8% 0.48% -
HSV(B) 352.35º 0.89% 0.86% -
XYZ 30.4 16.09 4.41 -
YUV 85.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 220 24 49 0 0.89 0.78 0.14 352.35 0.8 0.48
Hex DC 18 31 0 59 4E E 160 50 30
Octal 334 30 61 0 131 116 16 540 120 60
Binary 11011100 11000 110001 0 1011001 1001110 1110 101100000 1010000 110000

Color Harmonies of #DC1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1831

Black with #DC1831

Text Example


Text Example

White with #DC1831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1831; }

 p { color: rgb(220,24,49); }

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

background-color css

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

 a { background-color: rgb(220,24,49); }

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

border-color css

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

 span { border-color: rgb(220,24,49); }

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