Html Css Color HEX #DD0E48 Crimson

📋 copy color: '#DD0E48'

red 221 ◦ green 14 ◦ blue 72

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

Shades of Crimson #DD0E48

Tints of Crimson #DD0E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.56%

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

R = 71.99%
G = 4.56%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD0E48 (or 0xDD0E48) is known color: Crimson. HEX triplet: DD, 0E and 48. RGB value is (221,14,72). Sum of RGB (Red+Green+Blue) = 221+14+72=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E48 is #22F1B7. Grayscale: #525252. Windows color (decimal): -2290104 or 4722397. OLE color: 4722397.

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

Color convert

RGB 221 14 72 -
CMYK 0 0.94 0.67 0.13
HSL 343.19º 0.88% 0.46% -
HSV(B) 343.19º 0.94% 0.87% -
XYZ 31.15 16.15 7.61 -
YUV 82.51 122.08 226.78 -
System Red Green Blue C M Y K H S L
Decimal 221 14 72 0 0.94 0.67 0.13 343.19 0.88 0.46
Hex DD E 48 0 5E 43 D 157 58 2E
Octal 335 16 110 0 136 103 15 527 130 56
Binary 11011101 1110 1001000 0 1011110 1000011 1101 101010111 1011000 101110

Color Harmonies of #DD0E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E48

Black with #DD0E48

Text Example


Text Example

White with #DD0E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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