Html Css Color HEX #DD2242 Crimson

📋 copy color: '#DD2242'

red 221 ◦ green 34 ◦ blue 66

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

Shades of Crimson #DD2242

Tints of Crimson #DD2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 68.85%
G = 10.59%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2242 (or 0xDD2242) is known color: Crimson. HEX triplet: DD, 22 and 42. RGB value is (221,34,66). Sum of RGB (Red+Green+Blue) = 221+34+66=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2242 is #22DDBD. Grayscale: #5D5D5D. Windows color (decimal): -2284990 or 4334301. OLE color: 4334301.

HSL color Cylindrical-coordinate representation of color #DD2242: hue angle of 349.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2242 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 34 66 -
CMYK 0 0.85 0.70 0.13
HSL 349.73º 0.73% 0.5% -
HSV(B) 349.73º 0.85% 0.87% -
XYZ 31.37 16.91 6.76 -
YUV 93.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 221 34 66 0 0.85 0.70 0.13 349.73 0.73 0.5
Hex DD 22 42 0 55 46 D 15E 49 32
Octal 335 42 102 0 125 106 15 536 111 62
Binary 11011101 100010 1000010 0 1010101 1000110 1101 101011110 1001001 110010

Color Harmonies of #DD2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2242

Black with #DD2242

Text Example


Text Example

White with #DD2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2242; }

 p { color: rgb(221,34,66); }

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

background-color css

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

 a { background-color: rgb(221,34,66); }

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

border-color css

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

 span { border-color: rgb(221,34,66); }

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