Html Css Color HEX #DD1A49 Crimson

📋 copy color: '#DD1A49'

red 221 ◦ green 26 ◦ blue 73

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

Shades of Crimson #DD1A49

Tints of Crimson #DD1A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.13%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 69.06%
G = 8.13%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1A49 (or 0xDD1A49) is known color: Crimson. HEX triplet: DD, 1A and 49. RGB value is (221,26,73). Sum of RGB (Red+Green+Blue) = 221+26+73=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A49 is #22E5B6. Grayscale: #595959. Windows color (decimal): -2287031 or 4791005. OLE color: 4791005.

HSL color Cylindrical-coordinate representation of color #DD1A49: hue angle of 345.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1A49 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 26 73 -
CMYK 0 0.88 0.67 0.13
HSL 345.54º 0.79% 0.48% -
HSV(B) 345.54º 0.88% 0.87% -
XYZ 31.39 16.59 7.85 -
YUV 89.66 118.6 221.68 -
System Red Green Blue C M Y K H S L
Decimal 221 26 73 0 0.88 0.67 0.13 345.54 0.79 0.48
Hex DD 1A 49 0 58 43 D 15A 4F 30
Octal 335 32 111 0 130 103 15 532 117 60
Binary 11011101 11010 1001001 0 1011000 1000011 1101 101011010 1001111 110000

Color Harmonies of #DD1A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A49

Black with #DD1A49

Text Example


Text Example

White with #DD1A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A49; }

 p { color: rgb(221,26,73); }

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

background-color css

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

 a { background-color: rgb(221,26,73); }

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

border-color css

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

 span { border-color: rgb(221,26,73); }

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