Html Css Color HEX #DD0040 Crimson

📋 copy color: '#DD0040'

red 221 ◦ green 0 ◦ blue 64

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

Shades of Crimson #DD0040

Tints of Crimson #DD0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 77.54%
G = 0%
B = 22.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD0040 (or 0xDD0040) is known color: Crimson. HEX triplet: DD, 00 and 40. RGB value is (221,0,64). Sum of RGB (Red+Green+Blue) = 221+0+64=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0040 is #22FFBF. Grayscale: #494949. Windows color (decimal): -2293696 or 4194525. OLE color: 4194525.

HSL color Cylindrical-coordinate representation of color #DD0040: hue angle of 342.62º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0040 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 64 -
CMYK 0 1 0.71 0.13
HSL 342.62º 1% 0.43% -
HSV(B) 342.62º 1% 0.87% -
XYZ 30.74 15.74 6.27 -
YUV 73.38 122.72 233.3 -
System Red Green Blue C M Y K H S L
Decimal 221 0 64 0 1 0.71 0.13 342.62 1 0.43
Hex DD 0 40 0 64 47 D 157 64 2B
Octal 335 0 100 0 144 107 15 527 144 53
Binary 11011101 0 1000000 0 1100100 1000111 1101 101010111 1100100 101011

Color Harmonies of #DD0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0040

Black with #DD0040

Text Example


Text Example

White with #DD0040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0040; }

 p { color: rgb(221,0,64); }

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

background-color css

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

 a { background-color: rgb(221,0,64); }

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

border-color css

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

 span { border-color: rgb(221,0,64); }

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