Html Css Color HEX #DD1733 Crimson

📋 copy color: '#DD1733'

red 221 ◦ green 23 ◦ blue 51

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

Shades of Crimson #DD1733

Tints of Crimson #DD1733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.29%

R = 74.92%
G = 7.8%
B = 17.29%

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

#DD1733 (or 0xDD1733) is known color: Crimson. HEX triplet: DD, 17 and 33. RGB value is (221,23,51). Sum of RGB (Red+Green+Blue) = 221+23+51=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1733 is #22E8CC. Grayscale: #555555. Windows color (decimal): -2287821 or 3348445. OLE color: 3348445.

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

Color convert

RGB 221 23 51 -
CMYK 0 0.90 0.77 0.13
HSL 351.52º 0.81% 0.48% -
HSV(B) 351.52º 0.9% 0.87% -
XYZ 30.72 16.22 4.64 -
YUV 85.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 221 23 51 0 0.90 0.77 0.13 351.52 0.81 0.48
Hex DD 17 33 0 5A 4D D 160 51 30
Octal 335 27 63 0 132 115 15 540 121 60
Binary 11011101 10111 110011 0 1011010 1001101 1101 101100000 1010001 110000

Color Harmonies of #DD1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1733

Black with #DD1733

Text Example


Text Example

White with #DD1733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1733; }

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

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

background-color css

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

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

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

border-color css

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

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

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