Html Css Color HEX #DD1531 Crimson

📋 copy color: '#DD1531'

red 221 ◦ green 21 ◦ blue 49

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

Shades of Crimson #DD1531

Tints of Crimson #DD1531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 75.95%
G = 7.22%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD1531 (or 0xDD1531) is known color: Crimson. HEX triplet: DD, 15 and 31. RGB value is (221,21,49). Sum of RGB (Red+Green+Blue) = 221+21+49=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1531 is #22EACE. Grayscale: #545454. Windows color (decimal): -2288335 or 3216861. OLE color: 3216861.

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

Color convert

RGB 221 21 49 -
CMYK 0 0.90 0.78 0.13
HSL 351.6º 0.83% 0.47% -
HSV(B) 351.6º 0.9% 0.87% -
XYZ 30.64 16.13 4.4 -
YUV 83.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 221 21 49 0 0.90 0.78 0.13 351.6 0.83 0.47
Hex DD 15 31 0 5A 4E D 160 53 2F
Octal 335 25 61 0 132 116 15 540 123 57
Binary 11011101 10101 110001 0 1011010 1001110 1101 101100000 1010011 101111

Color Harmonies of #DD1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1531

Black with #DD1531

Text Example


Text Example

White with #DD1531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1531; }

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

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

background-color css

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

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

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

border-color css

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

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

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