Html Css Color HEX #DD1441 Crimson

📋 copy color: '#DD1441'

red 221 ◦ green 20 ◦ blue 65

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

Shades of Crimson #DD1441

Tints of Crimson #DD1441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

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

R = 72.22%
G = 6.54%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1441 (or 0xDD1441) is known color: Crimson. HEX triplet: DD, 14 and 41. RGB value is (221,20,65). Sum of RGB (Red+Green+Blue) = 221+20+65=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1441 is #22EBBE. Grayscale: #555555. Windows color (decimal): -2288575 or 4265181. OLE color: 4265181.

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

Color convert

RGB 221 20 65 -
CMYK 0 0.91 0.71 0.13
HSL 346.57º 0.83% 0.47% -
HSV(B) 346.57º 0.91% 0.87% -
XYZ 31.02 16.25 6.5 -
YUV 85.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 221 20 65 0 0.91 0.71 0.13 346.57 0.83 0.47
Hex DD 14 41 0 5B 47 D 15B 53 2F
Octal 335 24 101 0 133 107 15 533 123 57
Binary 11011101 10100 1000001 0 1011011 1000111 1101 101011011 1010011 101111

Color Harmonies of #DD1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1441

Black with #DD1441

Text Example


Text Example

White with #DD1441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1441; }

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

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

background-color css

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

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

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

border-color css

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

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

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