Html Css Color HEX #DD0E45 Crimson

📋 copy color: '#DD0E45'

red 221 ◦ green 14 ◦ blue 69

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

Shades of Crimson #DD0E45

Tints of Crimson #DD0E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 72.7%
G = 4.61%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0E45 (or 0xDD0E45) is known color: Crimson. HEX triplet: DD, 0E and 45. RGB value is (221,14,69). Sum of RGB (Red+Green+Blue) = 221+14+69=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0E45 is #22F1BA. Grayscale: #525252. Windows color (decimal): -2290107 or 4525789. OLE color: 4525789.

HSL color Cylindrical-coordinate representation of color #DD0E45: hue angle of 344.06º 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 #DD0E45 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 69 -
CMYK 0 0.94 0.69 0.13
HSL 344.06º 0.88% 0.46% -
HSV(B) 344.06º 0.94% 0.87% -
XYZ 31.05 16.12 7.1 -
YUV 82.16 120.58 227.03 -
System Red Green Blue C M Y K H S L
Decimal 221 14 69 0 0.94 0.69 0.13 344.06 0.88 0.46
Hex DD E 45 0 5E 45 D 158 58 2E
Octal 335 16 105 0 136 105 15 530 130 56
Binary 11011101 1110 1000101 0 1011110 1000101 1101 101011000 1011000 101110

Color Harmonies of #DD0E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E45

Black with #DD0E45

Text Example


Text Example

White with #DD0E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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