Html Css Color HEX #DD1933 Crimson

📋 copy color: '#DD1933'

red 221 ◦ green 25 ◦ blue 51

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

Shades of Crimson #DD1933

Tints of Crimson #DD1933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 74.41%
G = 8.42%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1933 (or 0xDD1933) is known color: Crimson. HEX triplet: DD, 19 and 33. RGB value is (221,25,51). Sum of RGB (Red+Green+Blue) = 221+25+51=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1933 is #22E6CC. Grayscale: #565656. Windows color (decimal): -2287309 or 3348957. OLE color: 3348957.

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

Color convert

RGB 221 25 51 -
CMYK 0 0.89 0.77 0.13
HSL 352.04º 0.8% 0.48% -
HSV(B) 352.04º 0.89% 0.87% -
XYZ 30.76 16.31 4.66 -
YUV 86.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 221 25 51 0 0.89 0.77 0.13 352.04 0.8 0.48
Hex DD 19 33 0 59 4D D 160 50 30
Octal 335 31 63 0 131 115 15 540 120 60
Binary 11011101 11001 110011 0 1011001 1001101 1101 101100000 1010000 110000

Color Harmonies of #DD1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1933

Black with #DD1933

Text Example


Text Example

White with #DD1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1933; }

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

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

background-color css

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

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

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

border-color css

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

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

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