Html Css Color HEX #DD1844 Crimson

📋 copy color: '#DD1844'

red 221 ◦ green 24 ◦ blue 68

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

Shades of Crimson #DD1844

Tints of Crimson #DD1844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 70.61%
G = 7.67%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD1844 (or 0xDD1844) is known color: Crimson. HEX triplet: DD, 18 and 44. RGB value is (221,24,68). Sum of RGB (Red+Green+Blue) = 221+24+68=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1844 is #22E7BB. Grayscale: #575757. Windows color (decimal): -2287548 or 4462813. OLE color: 4462813.

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

Color convert

RGB 221 24 68 -
CMYK 0 0.89 0.69 0.13
HSL 346.6º 0.8% 0.48% -
HSV(B) 346.6º 0.89% 0.87% -
XYZ 31.19 16.44 7 -
YUV 87.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 221 24 68 0 0.89 0.69 0.13 346.6 0.8 0.48
Hex DD 18 44 0 59 45 D 15B 50 30
Octal 335 30 104 0 131 105 15 533 120 60
Binary 11011101 11000 1000100 0 1011001 1000101 1101 101011011 1010000 110000

Color Harmonies of #DD1844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1844

Black with #DD1844

Text Example


Text Example

White with #DD1844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1844; }

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

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

background-color css

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

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

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

border-color css

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

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

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