Html Css Color HEX #DD1E47 Crimson

📋 copy color: '#DD1E47'

red 221 ◦ green 30 ◦ blue 71

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

Shades of Crimson #DD1E47

Tints of Crimson #DD1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 68.63%
G = 9.32%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1E47 (or 0xDD1E47) is known color: Crimson. HEX triplet: DD, 1E and 47. RGB value is (221,30,71). Sum of RGB (Red+Green+Blue) = 221+30+71=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E47 is #22E1B8. Grayscale: #5B5B5B. Windows color (decimal): -2286009 or 4660957. OLE color: 4660957.

HSL color Cylindrical-coordinate representation of color #DD1E47: hue angle of 347.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E47 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 71 -
CMYK 0 0.86 0.68 0.13
HSL 347.12º 0.76% 0.49% -
HSV(B) 347.12º 0.86% 0.87% -
XYZ 31.42 16.76 7.54 -
YUV 91.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 221 30 71 0 0.86 0.68 0.13 347.12 0.76 0.49
Hex DD 1E 47 0 56 44 D 15B 4C 31
Octal 335 36 107 0 126 104 15 533 114 61
Binary 11011101 11110 1000111 0 1010110 1000100 1101 101011011 1001100 110001

Color Harmonies of #DD1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E47

Black with #DD1E47

Text Example


Text Example

White with #DD1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E47; }

 p { color: rgb(221,30,71); }

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

background-color css

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

 a { background-color: rgb(221,30,71); }

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

border-color css

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

 span { border-color: rgb(221,30,71); }

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