Html Css Color HEX #DD1439 Crimson

📋 copy color: '#DD1439'

red 221 ◦ green 20 ◦ blue 57

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

Shades of Crimson #DD1439

Tints of Crimson #DD1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

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

R = 74.16%
G = 6.71%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD1439 (or 0xDD1439) is known color: Crimson. HEX triplet: DD, 14 and 39. RGB value is (221,20,57). Sum of RGB (Red+Green+Blue) = 221+20+57=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1439 is #22EBC6. Grayscale: #545454. Windows color (decimal): -2288583 or 3740893. OLE color: 3740893.

HSL color Cylindrical-coordinate representation of color #DD1439: hue angle of 348.96º degrees, saturation: 0.83, 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 #DD1439 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 57 -
CMYK 0 0.91 0.74 0.13
HSL 348.96º 0.83% 0.47% -
HSV(B) 348.96º 0.91% 0.87% -
XYZ 30.81 16.17 5.37 -
YUV 84.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 221 20 57 0 0.91 0.74 0.13 348.96 0.83 0.47
Hex DD 14 39 0 5B 4A D 15D 53 2F
Octal 335 24 71 0 133 112 15 535 123 57
Binary 11011101 10100 111001 0 1011011 1001010 1101 101011101 1010011 101111

Color Harmonies of #DD1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1439

Black with #DD1439

Text Example


Text Example

White with #DD1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1439; }

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

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

background-color css

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

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

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

border-color css

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

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

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