Html Css Color HEX #DD2143 Crimson

📋 copy color: '#DD2143'

red 221 ◦ green 33 ◦ blue 67

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

Shades of Crimson #DD2143

Tints of Crimson #DD2143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

 BLUE value IS 67 (26.56% from 255) = 20.87%

R = 68.85%
G = 10.28%
B = 20.87%

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

#DD2143 (or 0xDD2143) is known color: Crimson. HEX triplet: DD, 21 and 43. RGB value is (221,33,67). Sum of RGB (Red+Green+Blue) = 221+33+67=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2143 is #22DEBC. Grayscale: #5D5D5D. Windows color (decimal): -2285245 or 4399581. OLE color: 4399581.

HSL color Cylindrical-coordinate representation of color #DD2143: hue angle of 349.15º degrees, saturation: 0.74, 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 #DD2143 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 67 -
CMYK 0 0.85 0.70 0.13
HSL 349.15º 0.74% 0.5% -
HSV(B) 349.15º 0.85% 0.87% -
XYZ 31.38 16.87 6.91 -
YUV 93.09 113.28 219.24 -
System Red Green Blue C M Y K H S L
Decimal 221 33 67 0 0.85 0.70 0.13 349.15 0.74 0.5
Hex DD 21 43 0 55 46 D 15D 4A 32
Octal 335 41 103 0 125 106 15 535 112 62
Binary 11011101 100001 1000011 0 1010101 1000110 1101 101011101 1001010 110010

Color Harmonies of #DD2143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2143

Black with #DD2143

Text Example


Text Example

White with #DD2143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2143; }

 p { color: rgb(221,33,67); }

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

background-color css

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

 a { background-color: rgb(221,33,67); }

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

border-color css

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

 span { border-color: rgb(221,33,67); }

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