Html Css Color HEX #DD1C48 Crimson

📋 copy color: '#DD1C48'

red 221 ◦ green 28 ◦ blue 72

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

Shades of Crimson #DD1C48

Tints of Crimson #DD1C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

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

R = 68.85%
G = 8.72%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1C48 (or 0xDD1C48) is known color: Crimson. HEX triplet: DD, 1C and 48. RGB value is (221,28,72). Sum of RGB (Red+Green+Blue) = 221+28+72=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C48 is #22E3B7. Grayscale: #5A5A5A. Windows color (decimal): -2286520 or 4725981. OLE color: 4725981.

HSL color Cylindrical-coordinate representation of color #DD1C48: hue angle of 346.32º degrees, saturation: 0.78, 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 #DD1C48 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 28 72 -
CMYK 0 0.87 0.67 0.13
HSL 346.32º 0.78% 0.49% -
HSV(B) 346.32º 0.87% 0.87% -
XYZ 31.4 16.67 7.69 -
YUV 90.72 117.44 220.92 -
System Red Green Blue C M Y K H S L
Decimal 221 28 72 0 0.87 0.67 0.13 346.32 0.78 0.49
Hex DD 1C 48 0 57 43 D 15A 4E 31
Octal 335 34 110 0 127 103 15 532 116 61
Binary 11011101 11100 1001000 0 1010111 1000011 1101 101011010 1001110 110001

Color Harmonies of #DD1C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C48

Black with #DD1C48

Text Example


Text Example

White with #DD1C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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