Html Css Color HEX #DD1C36 Crimson

📋 copy color: '#DD1C36'

red 221 ◦ green 28 ◦ blue 54

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

Shades of Crimson #DD1C36

Tints of Crimson #DD1C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 72.94%
G = 9.24%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD1C36 (or 0xDD1C36) is known color: Crimson. HEX triplet: DD, 1C and 36. RGB value is (221,28,54). Sum of RGB (Red+Green+Blue) = 221+28+54=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C36 is #22E3C9. Grayscale: #585858. Windows color (decimal): -2286538 or 3546333. OLE color: 3546333.

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

Color convert

RGB 221 28 54 -
CMYK 0 0.87 0.76 0.13
HSL 351.92º 0.78% 0.49% -
HSV(B) 351.92º 0.87% 0.87% -
XYZ 30.9 16.47 5.04 -
YUV 88.67 108.44 222.39 -
System Red Green Blue C M Y K H S L
Decimal 221 28 54 0 0.87 0.76 0.13 351.92 0.78 0.49
Hex DD 1C 36 0 57 4C D 160 4E 31
Octal 335 34 66 0 127 114 15 540 116 61
Binary 11011101 11100 110110 0 1010111 1001100 1101 101100000 1001110 110001

Color Harmonies of #DD1C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C36

Black with #DD1C36

Text Example


Text Example

White with #DD1C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C36; }

 p { color: rgb(221,28,54); }

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

background-color css

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

 a { background-color: rgb(221,28,54); }

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

border-color css

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

 span { border-color: rgb(221,28,54); }

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