Html Css Color HEX #DD1D44 Crimson

📋 copy color: '#DD1D44'

red 221 ◦ green 29 ◦ blue 68

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

Shades of Crimson #DD1D44

Tints of Crimson #DD1D44

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

 BLUE value IS 68 (26.95% from 255) = 21.38%

R = 69.5%
G = 9.12%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD1D44 (or 0xDD1D44) is known color: Crimson. HEX triplet: DD, 1D and 44. RGB value is (221,29,68). Sum of RGB (Red+Green+Blue) = 221+29+68=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1D44 is #22E2BB. Grayscale: #5A5A5A. Windows color (decimal): -2286268 or 4464093. OLE color: 4464093.

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

Color convert

RGB 221 29 68 -
CMYK 0 0.87 0.69 0.13
HSL 347.81º 0.77% 0.49% -
HSV(B) 347.81º 0.87% 0.87% -
XYZ 31.3 16.67 7.04 -
YUV 90.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 221 29 68 0 0.87 0.69 0.13 347.81 0.77 0.49
Hex DD 1D 44 0 57 45 D 15C 4D 31
Octal 335 35 104 0 127 105 15 534 115 61
Binary 11011101 11101 1000100 0 1010111 1000101 1101 101011100 1001101 110001

Color Harmonies of #DD1D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D44

Black with #DD1D44

Text Example


Text Example

White with #DD1D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D44; }

 p { color: rgb(221,29,68); }

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

background-color css

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

 a { background-color: rgb(221,29,68); }

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

border-color css

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

 span { border-color: rgb(221,29,68); }

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