Html Css Color HEX #DD1732 Crimson

📋 copy color: '#DD1732'

red 221 ◦ green 23 ◦ blue 50

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

Shades of Crimson #DD1732

Tints of Crimson #DD1732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 75.17%
G = 7.82%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1732 (or 0xDD1732) is known color: Crimson. HEX triplet: DD, 17 and 32. RGB value is (221,23,50). Sum of RGB (Red+Green+Blue) = 221+23+50=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1732 is #22E8CD. Grayscale: #555555. Windows color (decimal): -2287822 or 3282909. OLE color: 3282909.

HSL color Cylindrical-coordinate representation of color #DD1732: hue angle of 351.82º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1732 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 50 -
CMYK 0 0.90 0.77 0.13
HSL 351.82º 0.81% 0.48% -
HSV(B) 351.82º 0.9% 0.87% -
XYZ 30.7 16.22 4.53 -
YUV 85.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 221 23 50 0 0.90 0.77 0.13 351.82 0.81 0.48
Hex DD 17 32 0 5A 4D D 160 51 30
Octal 335 27 62 0 132 115 15 540 121 60
Binary 11011101 10111 110010 0 1011010 1001101 1101 101100000 1010001 110000

Color Harmonies of #DD1732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1732

Black with #DD1732

Text Example


Text Example

White with #DD1732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1732; }

 p { color: rgb(221,23,50); }

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

background-color css

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

 a { background-color: rgb(221,23,50); }

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

border-color css

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

 span { border-color: rgb(221,23,50); }

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