Html Css Color HEX #DD1536 Crimson

📋 copy color: '#DD1536'

red 221 ◦ green 21 ◦ blue 54

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

Shades of Crimson #DD1536

Tints of Crimson #DD1536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 74.66%
G = 7.09%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1536 (or 0xDD1536) is known color: Crimson. HEX triplet: DD, 15 and 36. RGB value is (221,21,54). Sum of RGB (Red+Green+Blue) = 221+21+54=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1536 is #22EAC9. Grayscale: #545454. Windows color (decimal): -2288330 or 3544541. OLE color: 3544541.

HSL color Cylindrical-coordinate representation of color #DD1536: hue angle of 350.1º 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 #DD1536 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 21 54 -
CMYK 0 0.90 0.76 0.13
HSL 350.1º 0.83% 0.47% -
HSV(B) 350.1º 0.9% 0.87% -
XYZ 30.75 16.17 4.99 -
YUV 84.56 110.76 225.32 -
System Red Green Blue C M Y K H S L
Decimal 221 21 54 0 0.90 0.76 0.13 350.1 0.83 0.47
Hex DD 15 36 0 5A 4C D 15E 53 2F
Octal 335 25 66 0 132 114 15 536 123 57
Binary 11011101 10101 110110 0 1011010 1001100 1101 101011110 1010011 101111

Color Harmonies of #DD1536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1536

Black with #DD1536

Text Example


Text Example

White with #DD1536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1536; }

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

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

background-color css

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

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

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

border-color css

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

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

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