Html Css Color HEX #DD0D44 Crimson

📋 copy color: '#DD0D44'

red 221 ◦ green 13 ◦ blue 68

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

Shades of Crimson #DD0D44

Tints of Crimson #DD0D44

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

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

R = 73.18%
G = 4.3%
B = 22.52%

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

#DD0D44 (or 0xDD0D44) is known color: Crimson. HEX triplet: DD, 0D and 44. RGB value is (221,13,68). Sum of RGB (Red+Green+Blue) = 221+13+68=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D44 is #22F2BB. Grayscale: #515151. Windows color (decimal): -2290364 or 4459997. OLE color: 4459997.

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

Color convert

RGB 221 13 68 -
CMYK 0 0.94 0.69 0.13
HSL 344.13º 0.89% 0.46% -
HSV(B) 344.13º 0.94% 0.87% -
XYZ 31.01 16.08 6.94 -
YUV 81.46 120.41 227.53 -
System Red Green Blue C M Y K H S L
Decimal 221 13 68 0 0.94 0.69 0.13 344.13 0.89 0.46
Hex DD D 44 0 5E 45 D 158 59 2E
Octal 335 15 104 0 136 105 15 530 131 56
Binary 11011101 1101 1000100 0 1011110 1000101 1101 101011000 1011001 101110

Color Harmonies of #DD0D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D44

Black with #DD0D44

Text Example


Text Example

White with #DD0D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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