Html Css Color HEX #DD1037 Crimson

📋 copy color: '#DD1037'

red 221 ◦ green 16 ◦ blue 55

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

Shades of Crimson #DD1037

Tints of Crimson #DD1037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 75.68%
G = 5.48%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD1037 (or 0xDD1037) is known color: Crimson. HEX triplet: DD, 10 and 37. RGB value is (221,16,55). Sum of RGB (Red+Green+Blue) = 221+16+55=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1037 is #22EFC8. Grayscale: #515151. Windows color (decimal): -2289609 or 3608797. OLE color: 3608797.

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

Color convert

RGB 221 16 55 -
CMYK 0 0.93 0.75 0.13
HSL 348.59º 0.86% 0.46% -
HSV(B) 348.59º 0.93% 0.87% -
XYZ 30.69 16.02 5.09 -
YUV 81.74 112.92 227.33 -
System Red Green Blue C M Y K H S L
Decimal 221 16 55 0 0.93 0.75 0.13 348.59 0.86 0.46
Hex DD 10 37 0 5D 4B D 15D 56 2E
Octal 335 20 67 0 135 113 15 535 126 56
Binary 11011101 10000 110111 0 1011101 1001011 1101 101011101 1010110 101110

Color Harmonies of #DD1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1037

Black with #DD1037

Text Example


Text Example

White with #DD1037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1037; }

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

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

background-color css

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

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

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

border-color css

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

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

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