Html Css Color HEX #DD1539 Crimson

📋 copy color: '#DD1539'

red 221 ◦ green 21 ◦ blue 57

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

Shades of Crimson #DD1539

Tints of Crimson #DD1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.02%

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 73.91%
G = 7.02%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD1539 (or 0xDD1539) is known color: Crimson. HEX triplet: DD, 15 and 39. RGB value is (221,21,57). Sum of RGB (Red+Green+Blue) = 221+21+57=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1539 is #22EAC6. Grayscale: #545454. Windows color (decimal): -2288327 or 3741149. OLE color: 3741149.

HSL color Cylindrical-coordinate representation of color #DD1539: hue angle of 349.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1539 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 57 -
CMYK 0 0.90 0.74 0.13
HSL 349.2º 0.83% 0.47% -
HSV(B) 349.2º 0.9% 0.87% -
XYZ 30.83 16.2 5.37 -
YUV 84.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 221 21 57 0 0.90 0.74 0.13 349.2 0.83 0.47
Hex DD 15 39 0 5A 4A D 15D 53 2F
Octal 335 25 71 0 132 112 15 535 123 57
Binary 11011101 10101 111001 0 1011010 1001010 1101 101011101 1010011 101111

Color Harmonies of #DD1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1539

Black with #DD1539

Text Example


Text Example

White with #DD1539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1539; }

 p { color: rgb(221,21,57); }

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

background-color css

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

 a { background-color: rgb(221,21,57); }

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

border-color css

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

 span { border-color: rgb(221,21,57); }

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