Html Css Color HEX #DD1540 Crimson

📋 copy color: '#DD1540'

red 221 ◦ green 21 ◦ blue 64

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

Shades of Crimson #DD1540

Tints of Crimson #DD1540

RGB

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

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

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

R = 72.22%
G = 6.86%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1540 (or 0xDD1540) is known color: Crimson. HEX triplet: DD, 15 and 40. RGB value is (221,21,64). Sum of RGB (Red+Green+Blue) = 221+21+64=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1540 is #22EABF. Grayscale: #555555. Windows color (decimal): -2288320 or 4199901. OLE color: 4199901.

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

Color convert

RGB 221 21 64 -
CMYK 0 0.90 0.71 0.13
HSL 347.1º 0.83% 0.47% -
HSV(B) 347.1º 0.9% 0.87% -
XYZ 31.01 16.28 6.36 -
YUV 85.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 221 21 64 0 0.90 0.71 0.13 347.1 0.83 0.47
Hex DD 15 40 0 5A 47 D 15B 53 2F
Octal 335 25 100 0 132 107 15 533 123 57
Binary 11011101 10101 1000000 0 1011010 1000111 1101 101011011 1010011 101111

Color Harmonies of #DD1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1540

Black with #DD1540

Text Example


Text Example

White with #DD1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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