Html Css Color HEX #DC1631 Crimson

📋 copy color: '#DC1631'

red 220 ◦ green 22 ◦ blue 49

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

Shades of Crimson #DC1631

Tints of Crimson #DC1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 75.6%
G = 7.56%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC1631 (or 0xDC1631) is known color: Crimson. HEX triplet: DC, 16 and 31. RGB value is (220,22,49). Sum of RGB (Red+Green+Blue) = 220+22+49=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1631 is #23E9CE. Grayscale: #545454. Windows color (decimal): -2353615 or 3217116. OLE color: 3217116.

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

Color convert

RGB 220 22 49 -
CMYK 0 0.9 0.78 0.14
HSL 351.82º 0.82% 0.47% -
HSV(B) 351.82º 0.9% 0.86% -
XYZ 30.36 16.01 4.4 -
YUV 84.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 220 22 49 0 0.9 0.78 0.14 351.82 0.82 0.47
Hex DC 16 31 0 5A 4E E 160 52 2F
Octal 334 26 61 0 132 116 16 540 122 57
Binary 11011100 10110 110001 0 1011010 1001110 1110 101100000 1010010 101111

Color Harmonies of #DC1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1631

Black with #DC1631

Text Example


Text Example

White with #DC1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1631; }

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

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

background-color css

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

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

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

border-color css

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

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

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