Html Css Color HEX #DD1040 Crimson

📋 copy color: '#DD1040'

red 221 ◦ green 16 ◦ blue 64

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

Shades of Crimson #DD1040

Tints of Crimson #DD1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.32%

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

R = 73.42%
G = 5.32%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1040 (or 0xDD1040) is known color: Crimson. HEX triplet: DD, 10 and 40. RGB value is (221,16,64). Sum of RGB (Red+Green+Blue) = 221+16+64=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1040 is #22EFBF. Grayscale: #525252. Windows color (decimal): -2289600 or 4198621. OLE color: 4198621.

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

Color convert

RGB 221 16 64 -
CMYK 0 0.93 0.71 0.13
HSL 345.95º 0.86% 0.46% -
HSV(B) 345.95º 0.93% 0.87% -
XYZ 30.93 16.11 6.33 -
YUV 82.77 117.42 226.6 -
System Red Green Blue C M Y K H S L
Decimal 221 16 64 0 0.93 0.71 0.13 345.95 0.86 0.46
Hex DD 10 40 0 5D 47 D 15A 56 2E
Octal 335 20 100 0 135 107 15 532 126 56
Binary 11011101 10000 1000000 0 1011101 1000111 1101 101011010 1010110 101110

Color Harmonies of #DD1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1040

Black with #DD1040

Text Example


Text Example

White with #DD1040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1040; }

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

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

background-color css

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

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

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

border-color css

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

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

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