Html Css Color HEX #DD1633 Crimson

📋 copy color: '#DD1633'

red 221 ◦ green 22 ◦ blue 51

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

Shades of Crimson #DD1633

Tints of Crimson #DD1633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 75.17%
G = 7.48%
B = 17.35%

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

#DD1633 (or 0xDD1633) is known color: Crimson. HEX triplet: DD, 16 and 33. RGB value is (221,22,51). Sum of RGB (Red+Green+Blue) = 221+22+51=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1633 is #22E9CC. Grayscale: #545454. Windows color (decimal): -2288077 or 3348189. OLE color: 3348189.

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

Color convert

RGB 221 22 51 -
CMYK 0 0.90 0.77 0.13
HSL 351.26º 0.82% 0.48% -
HSV(B) 351.26º 0.9% 0.87% -
XYZ 30.7 16.18 4.64 -
YUV 84.81 108.93 225.14 -
System Red Green Blue C M Y K H S L
Decimal 221 22 51 0 0.90 0.77 0.13 351.26 0.82 0.48
Hex DD 16 33 0 5A 4D D 15F 52 30
Octal 335 26 63 0 132 115 15 537 122 60
Binary 11011101 10110 110011 0 1011010 1001101 1101 101011111 1010010 110000

Color Harmonies of #DD1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1633

Black with #DD1633

Text Example


Text Example

White with #DD1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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