Html Css Color HEX #DD1748 Crimson

📋 copy color: '#DD1748'

red 221 ◦ green 23 ◦ blue 72

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

Shades of Crimson #DD1748

Tints of Crimson #DD1748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.28%

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

R = 69.94%
G = 7.28%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1748 (or 0xDD1748) is known color: Crimson. HEX triplet: DD, 17 and 48. RGB value is (221,23,72). Sum of RGB (Red+Green+Blue) = 221+23+72=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1748 is #22E8B7. Grayscale: #575757. Windows color (decimal): -2287800 or 4724701. OLE color: 4724701.

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

Color convert

RGB 221 23 72 -
CMYK 0 0.90 0.67 0.13
HSL 345.15º 0.81% 0.48% -
HSV(B) 345.15º 0.9% 0.87% -
XYZ 31.29 16.45 7.66 -
YUV 87.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 221 23 72 0 0.90 0.67 0.13 345.15 0.81 0.48
Hex DD 17 48 0 5A 43 D 159 51 30
Octal 335 27 110 0 132 103 15 531 121 60
Binary 11011101 10111 1001000 0 1011010 1000011 1101 101011001 1010001 110000

Color Harmonies of #DD1748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1748

Black with #DD1748

Text Example


Text Example

White with #DD1748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1748; }

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

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

background-color css

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

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

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

border-color css

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

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

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