Html Css Color HEX #DD1E48 Crimson

📋 copy color: '#DD1E48'

red 221 ◦ green 30 ◦ blue 72

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

Shades of Crimson #DD1E48

Tints of Crimson #DD1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 68.42%
G = 9.29%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1E48 (or 0xDD1E48) is known color: Crimson. HEX triplet: DD, 1E and 48. RGB value is (221,30,72). Sum of RGB (Red+Green+Blue) = 221+30+72=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E48 is #22E1B7. Grayscale: #5B5B5B. Windows color (decimal): -2286008 or 4726493. OLE color: 4726493.

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

Color convert

RGB 221 30 72 -
CMYK 0 0.86 0.67 0.13
HSL 346.81º 0.76% 0.49% -
HSV(B) 346.81º 0.86% 0.87% -
XYZ 31.45 16.77 7.71 -
YUV 91.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 221 30 72 0 0.86 0.67 0.13 346.81 0.76 0.49
Hex DD 1E 48 0 56 43 D 15B 4C 31
Octal 335 36 110 0 126 103 15 533 114 61
Binary 11011101 11110 1001000 0 1010110 1000011 1101 101011011 1001100 110001

Color Harmonies of #DD1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E48

Black with #DD1E48

Text Example


Text Example

White with #DD1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E48; }

 p { color: rgb(221,30,72); }

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

background-color css

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

 a { background-color: rgb(221,30,72); }

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

border-color css

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

 span { border-color: rgb(221,30,72); }

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