Html Css Color HEX #DD1636 Crimson

📋 copy color: '#DD1636'

red 221 ◦ green 22 ◦ blue 54

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

Shades of Crimson #DD1636

Tints of Crimson #DD1636

RGB

 RED value IS 221 (86.72% from 255) = 74.41%

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

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 74.41%
G = 7.41%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1636 (or 0xDD1636) is known color: Crimson. HEX triplet: DD, 16 and 36. RGB value is (221,22,54). Sum of RGB (Red+Green+Blue) = 221+22+54=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1636 is #22E9C9. Grayscale: #555555. Windows color (decimal): -2288074 or 3544797. OLE color: 3544797.

HSL color Cylindrical-coordinate representation of color #DD1636: hue angle of 350.35º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1636 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 54 -
CMYK 0 0.90 0.76 0.13
HSL 350.35º 0.82% 0.48% -
HSV(B) 350.35º 0.9% 0.87% -
XYZ 30.77 16.21 5 -
YUV 85.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 221 22 54 0 0.90 0.76 0.13 350.35 0.82 0.48
Hex DD 16 36 0 5A 4C D 15E 52 30
Octal 335 26 66 0 132 114 15 536 122 60
Binary 11011101 10110 110110 0 1011010 1001100 1101 101011110 1010010 110000

Color Harmonies of #DD1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1636

Black with #DD1636

Text Example


Text Example

White with #DD1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1636; }

 p { color: rgb(221,22,54); }

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

background-color css

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

 a { background-color: rgb(221,22,54); }

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

border-color css

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

 span { border-color: rgb(221,22,54); }

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