Html Css Color HEX #DD1032 Crimson

📋 copy color: '#DD1032'

red 221 ◦ green 16 ◦ blue 50

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

Shades of Crimson #DD1032

Tints of Crimson #DD1032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 77%
G = 5.57%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1032 (or 0xDD1032) is known color: Crimson. HEX triplet: DD, 10 and 32. RGB value is (221,16,50). Sum of RGB (Red+Green+Blue) = 221+16+50=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1032 is #22EFCD. Grayscale: #515151. Windows color (decimal): -2289614 or 3281117. OLE color: 3281117.

HSL color Cylindrical-coordinate representation of color #DD1032: hue angle of 350.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1032 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 50 -
CMYK 0 0.93 0.77 0.13
HSL 350.05º 0.86% 0.46% -
HSV(B) 350.05º 0.93% 0.87% -
XYZ 30.58 15.97 4.49 -
YUV 81.17 110.42 227.74 -
System Red Green Blue C M Y K H S L
Decimal 221 16 50 0 0.93 0.77 0.13 350.05 0.86 0.46
Hex DD 10 32 0 5D 4D D 15E 56 2E
Octal 335 20 62 0 135 115 15 536 126 56
Binary 11011101 10000 110010 0 1011101 1001101 1101 101011110 1010110 101110

Color Harmonies of #DD1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1032

Black with #DD1032

Text Example


Text Example

White with #DD1032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1032; }

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

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

background-color css

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

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

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

border-color css

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

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

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