Html Css Color HEX #DD0441 Crimson

📋 copy color: '#DD0441'

red 221 ◦ green 4 ◦ blue 65

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

Shades of Crimson #DD0441

Tints of Crimson #DD0441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 76.21%
G = 1.38%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0441 (or 0xDD0441) is known color: Crimson. HEX triplet: DD, 04 and 41. RGB value is (221,4,65). Sum of RGB (Red+Green+Blue) = 221+4+65=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0441 is #22FBBE. Grayscale: #4B4B4B. Windows color (decimal): -2292671 or 4261085. OLE color: 4261085.

HSL color Cylindrical-coordinate representation of color #DD0441: hue angle of 343.13º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0441 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 4 65 -
CMYK 0 0.98 0.71 0.13
HSL 343.13º 0.96% 0.44% -
HSV(B) 343.13º 0.98% 0.87% -
XYZ 30.82 15.84 6.43 -
YUV 75.84 121.89 231.54 -
System Red Green Blue C M Y K H S L
Decimal 221 4 65 0 0.98 0.71 0.13 343.13 0.96 0.44
Hex DD 4 41 0 62 47 D 157 60 2C
Octal 335 4 101 0 142 107 15 527 140 54
Binary 11011101 100 1000001 0 1100010 1000111 1101 101010111 1100000 101100

Color Harmonies of #DD0441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0441

Black with #DD0441

Text Example


Text Example

White with #DD0441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0441; }

 p { color: rgb(221,4,65); }

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

background-color css

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

 a { background-color: rgb(221,4,65); }

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

border-color css

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

 span { border-color: rgb(221,4,65); }

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