Html Css Color HEX #DD1331 Crimson

📋 copy color: '#DD1331'

red 221 ◦ green 19 ◦ blue 49

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

Shades of Crimson #DD1331

Tints of Crimson #DD1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

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

R = 76.47%
G = 6.57%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD1331 (or 0xDD1331) is known color: Crimson. HEX triplet: DD, 13 and 31. RGB value is (221,19,49). Sum of RGB (Red+Green+Blue) = 221+19+49=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1331 is #22ECCE. Grayscale: #525252. Windows color (decimal): -2288847 or 3216349. OLE color: 3216349.

HSL color Cylindrical-coordinate representation of color #DD1331: hue angle of 351.09º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1331 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 49 -
CMYK 0 0.91 0.78 0.13
HSL 351.09º 0.84% 0.47% -
HSV(B) 351.09º 0.91% 0.87% -
XYZ 30.61 16.06 4.39 -
YUV 82.82 108.92 226.56 -
System Red Green Blue C M Y K H S L
Decimal 221 19 49 0 0.91 0.78 0.13 351.09 0.84 0.47
Hex DD 13 31 0 5B 4E D 15F 54 2F
Octal 335 23 61 0 133 116 15 537 124 57
Binary 11011101 10011 110001 0 1011011 1001110 1101 101011111 1010100 101111

Color Harmonies of #DD1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1331

Black with #DD1331

Text Example


Text Example

White with #DD1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1331; }

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

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

background-color css

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

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

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

border-color css

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

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

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