Html Css Color HEX #DD0944 Crimson

📋 copy color: '#DD0944'

red 221 ◦ green 9 ◦ blue 68

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

Shades of Crimson #DD0944

Tints of Crimson #DD0944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 74.16%
G = 3.02%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD0944 (or 0xDD0944) is known color: Crimson. HEX triplet: DD, 09 and 44. RGB value is (221,9,68). Sum of RGB (Red+Green+Blue) = 221+9+68=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0944 is #22F6BB. Grayscale: #4F4F4F. Windows color (decimal): -2291388 or 4458973. OLE color: 4458973.

HSL color Cylindrical-coordinate representation of color #DD0944: hue angle of 343.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0944 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 68 -
CMYK 0 0.96 0.69 0.13
HSL 343.3º 0.92% 0.45% -
HSV(B) 343.3º 0.96% 0.87% -
XYZ 30.96 15.98 6.92 -
YUV 79.11 121.74 229.2 -
System Red Green Blue C M Y K H S L
Decimal 221 9 68 0 0.96 0.69 0.13 343.3 0.92 0.45
Hex DD 9 44 0 60 45 D 157 5C 2D
Octal 335 11 104 0 140 105 15 527 134 55
Binary 11011101 1001 1000100 0 1100000 1000101 1101 101010111 1011100 101101

Color Harmonies of #DD0944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0944

Black with #DD0944

Text Example


Text Example

White with #DD0944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0944; }

 p { color: rgb(221,9,68); }

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

background-color css

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

 a { background-color: rgb(221,9,68); }

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

border-color css

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

 span { border-color: rgb(221,9,68); }

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