Html Css Color HEX #DD1139 Crimson

📋 copy color: '#DD1139'

red 221 ◦ green 17 ◦ blue 57

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

Shades of Crimson #DD1139

Tints of Crimson #DD1139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 74.92%
G = 5.76%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD1139 (or 0xDD1139) is known color: Crimson. HEX triplet: DD, 11 and 39. RGB value is (221,17,57). Sum of RGB (Red+Green+Blue) = 221+17+57=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1139 is #22EEC6. Grayscale: #525252. Windows color (decimal): -2289351 or 3740125. OLE color: 3740125.

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

Color convert

RGB 221 17 57 -
CMYK 0 0.92 0.74 0.13
HSL 348.24º 0.86% 0.47% -
HSV(B) 348.24º 0.92% 0.87% -
XYZ 30.76 16.07 5.35 -
YUV 82.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 221 17 57 0 0.92 0.74 0.13 348.24 0.86 0.47
Hex DD 11 39 0 5C 4A D 15C 56 2F
Octal 335 21 71 0 134 112 15 534 126 57
Binary 11011101 10001 111001 0 1011100 1001010 1101 101011100 1010110 101111

Color Harmonies of #DD1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1139

Black with #DD1139

Text Example


Text Example

White with #DD1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1139; }

 p { color: rgb(221,17,57); }

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

background-color css

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

 a { background-color: rgb(221,17,57); }

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

border-color css

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

 span { border-color: rgb(221,17,57); }

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