Html Css Color HEX #DD1B37 Crimson

📋 copy color: '#DD1B37'

red 221 ◦ green 27 ◦ blue 55

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

Shades of Crimson #DD1B37

Tints of Crimson #DD1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

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

R = 72.94%
G = 8.91%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD1B37 (or 0xDD1B37) is known color: Crimson. HEX triplet: DD, 1B and 37. RGB value is (221,27,55). Sum of RGB (Red+Green+Blue) = 221+27+55=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1B37 is #22E4C8. Grayscale: #585858. Windows color (decimal): -2286793 or 3611613. OLE color: 3611613.

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

Color convert

RGB 221 27 55 -
CMYK 0 0.88 0.75 0.13
HSL 351.34º 0.78% 0.49% -
HSV(B) 351.34º 0.88% 0.87% -
XYZ 30.9 16.43 5.16 -
YUV 88.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 221 27 55 0 0.88 0.75 0.13 351.34 0.78 0.49
Hex DD 1B 37 0 58 4B D 15F 4E 31
Octal 335 33 67 0 130 113 15 537 116 61
Binary 11011101 11011 110111 0 1011000 1001011 1101 101011111 1001110 110001

Color Harmonies of #DD1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B37

Black with #DD1B37

Text Example


Text Example

White with #DD1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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