Html Css Color HEX #DD1640 Crimson

📋 copy color: '#DD1640'

red 221 ◦ green 22 ◦ blue 64

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

Shades of Crimson #DD1640

Tints of Crimson #DD1640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 71.99%
G = 7.17%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1640 (or 0xDD1640) is known color: Crimson. HEX triplet: DD, 16 and 40. RGB value is (221,22,64). Sum of RGB (Red+Green+Blue) = 221+22+64=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1640 is #22E9BF. Grayscale: #565656. Windows color (decimal): -2288064 or 4200157. OLE color: 4200157.

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

Color convert

RGB 221 22 64 -
CMYK 0 0.90 0.71 0.13
HSL 347.34º 0.82% 0.48% -
HSV(B) 347.34º 0.9% 0.87% -
XYZ 31.03 16.32 6.36 -
YUV 86.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 221 22 64 0 0.90 0.71 0.13 347.34 0.82 0.48
Hex DD 16 40 0 5A 47 D 15B 52 30
Octal 335 26 100 0 132 107 15 533 122 60
Binary 11011101 10110 1000000 0 1011010 1000111 1101 101011011 1010010 110000

Color Harmonies of #DD1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1640

Black with #DD1640

Text Example


Text Example

White with #DD1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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