Html Css Color HEX #DD1437 Crimson

📋 copy color: '#DD1437'

red 221 ◦ green 20 ◦ blue 55

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

Shades of Crimson #DD1437

Tints of Crimson #DD1437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 74.66%
G = 6.76%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD1437 (or 0xDD1437) is known color: Crimson. HEX triplet: DD, 14 and 37. RGB value is (221,20,55). Sum of RGB (Red+Green+Blue) = 221+20+55=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1437 is #22EBC8. Grayscale: #545454. Windows color (decimal): -2288585 or 3609821. OLE color: 3609821.

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

Color convert

RGB 221 20 55 -
CMYK 0 0.91 0.75 0.13
HSL 349.55º 0.83% 0.47% -
HSV(B) 349.55º 0.91% 0.87% -
XYZ 30.76 16.15 5.11 -
YUV 84.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 221 20 55 0 0.91 0.75 0.13 349.55 0.83 0.47
Hex DD 14 37 0 5B 4B D 15E 53 2F
Octal 335 24 67 0 133 113 15 536 123 57
Binary 11011101 10100 110111 0 1011011 1001011 1101 101011110 1010011 101111

Color Harmonies of #DD1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1437

Black with #DD1437

Text Example


Text Example

White with #DD1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1437; }

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

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

background-color css

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

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

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

border-color css

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

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

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