Html Css Color HEX #DD2145 Crimson

📋 copy color: '#DD2145'

red 221 ◦ green 33 ◦ blue 69

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

Shades of Crimson #DD2145

Tints of Crimson #DD2145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 68.42%
G = 10.22%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD2145 (or 0xDD2145) is known color: Crimson. HEX triplet: DD, 21 and 45. RGB value is (221,33,69). Sum of RGB (Red+Green+Blue) = 221+33+69=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2145 is #22DEBA. Grayscale: #5D5D5D. Windows color (decimal): -2285243 or 4530653. OLE color: 4530653.

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

Color convert

RGB 221 33 69 -
CMYK 0 0.85 0.69 0.13
HSL 348.51º 0.74% 0.5% -
HSV(B) 348.51º 0.85% 0.87% -
XYZ 31.44 16.89 7.23 -
YUV 93.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 221 33 69 0 0.85 0.69 0.13 348.51 0.74 0.5
Hex DD 21 45 0 55 45 D 15D 4A 32
Octal 335 41 105 0 125 105 15 535 112 62
Binary 11011101 100001 1000101 0 1010101 1000101 1101 101011101 1001010 110010

Color Harmonies of #DD2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2145

Black with #DD2145

Text Example


Text Example

White with #DD2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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