Html Css Color HEX #DD1632 Crimson

📋 copy color: '#DD1632'

red 221 ◦ green 22 ◦ blue 50

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

Shades of Crimson #DD1632

Tints of Crimson #DD1632

RGB

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

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

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

R = 75.43%
G = 7.51%
B = 17.06%

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

#DD1632 (or 0xDD1632) is known color: Crimson. HEX triplet: DD, 16 and 32. RGB value is (221,22,50). Sum of RGB (Red+Green+Blue) = 221+22+50=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1632 is #22E9CD. Grayscale: #545454. Windows color (decimal): -2288078 or 3282653. OLE color: 3282653.

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

Color convert

RGB 221 22 50 -
CMYK 0 0.90 0.77 0.13
HSL 351.56º 0.82% 0.48% -
HSV(B) 351.56º 0.9% 0.87% -
XYZ 30.68 16.18 4.52 -
YUV 84.69 108.43 225.22 -
System Red Green Blue C M Y K H S L
Decimal 221 22 50 0 0.90 0.77 0.13 351.56 0.82 0.48
Hex DD 16 32 0 5A 4D D 160 52 30
Octal 335 26 62 0 132 115 15 540 122 60
Binary 11011101 10110 110010 0 1011010 1001101 1101 101100000 1010010 110000

Color Harmonies of #DD1632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1632

Black with #DD1632

Text Example


Text Example

White with #DD1632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1632; }

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

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

background-color css

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

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

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

border-color css

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

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

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