Html Css Color HEX #DD1931 Crimson

📋 copy color: '#DD1931'

red 221 ◦ green 25 ◦ blue 49

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

Shades of Crimson #DD1931

Tints of Crimson #DD1931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.47%

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

R = 74.92%
G = 8.47%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD1931 (or 0xDD1931) is known color: Crimson. HEX triplet: DD, 19 and 31. RGB value is (221,25,49). Sum of RGB (Red+Green+Blue) = 221+25+49=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1931 is #22E6CE. Grayscale: #565656. Windows color (decimal): -2287311 or 3217885. OLE color: 3217885.

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

Color convert

RGB 221 25 49 -
CMYK 0 0.89 0.78 0.13
HSL 352.65º 0.8% 0.48% -
HSV(B) 352.65º 0.89% 0.87% -
XYZ 30.72 16.29 4.43 -
YUV 86.34 106.93 224.05 -
System Red Green Blue C M Y K H S L
Decimal 221 25 49 0 0.89 0.78 0.13 352.65 0.8 0.48
Hex DD 19 31 0 59 4E D 161 50 30
Octal 335 31 61 0 131 116 15 541 120 60
Binary 11011101 11001 110001 0 1011001 1001110 1101 101100001 1010000 110000

Color Harmonies of #DD1931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1931

Black with #DD1931

Text Example


Text Example

White with #DD1931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1931; }

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

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

background-color css

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

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

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

border-color css

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

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

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