Html Css Color HEX #DD1A48 Crimson

📋 copy color: '#DD1A48'

red 221 ◦ green 26 ◦ blue 72

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

Shades of Crimson #DD1A48

Tints of Crimson #DD1A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

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

R = 69.28%
G = 8.15%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1A48 (or 0xDD1A48) is known color: Crimson. HEX triplet: DD, 1A and 48. RGB value is (221,26,72). Sum of RGB (Red+Green+Blue) = 221+26+72=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1A48 is #22E5B7. Grayscale: #595959. Windows color (decimal): -2287032 or 4725469. OLE color: 4725469.

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

Color convert

RGB 221 26 72 -
CMYK 0 0.88 0.67 0.13
HSL 345.85º 0.79% 0.48% -
HSV(B) 345.85º 0.88% 0.87% -
XYZ 31.36 16.58 7.68 -
YUV 89.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 221 26 72 0 0.88 0.67 0.13 345.85 0.79 0.48
Hex DD 1A 48 0 58 43 D 15A 4F 30
Octal 335 32 110 0 130 103 15 532 117 60
Binary 11011101 11010 1001000 0 1011000 1000011 1101 101011010 1001111 110000

Color Harmonies of #DD1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A48

Black with #DD1A48

Text Example


Text Example

White with #DD1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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