Html Css Color HEX #DD2140 Crimson

📋 copy color: '#DD2140'

red 221 ◦ green 33 ◦ blue 64

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

Shades of Crimson #DD2140

Tints of Crimson #DD2140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 69.5%
G = 10.38%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2140 (or 0xDD2140) is known color: Crimson. HEX triplet: DD, 21 and 40. RGB value is (221,33,64). Sum of RGB (Red+Green+Blue) = 221+33+64=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2140 is #22DEBF. Grayscale: #5C5C5C. Windows color (decimal): -2285248 or 4202973. OLE color: 4202973.

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

Color convert

RGB 221 33 64 -
CMYK 0 0.85 0.71 0.13
HSL 350.11º 0.74% 0.5% -
HSV(B) 350.11º 0.85% 0.87% -
XYZ 31.29 16.83 6.45 -
YUV 92.75 111.78 219.48 -
System Red Green Blue C M Y K H S L
Decimal 221 33 64 0 0.85 0.71 0.13 350.11 0.74 0.5
Hex DD 21 40 0 55 47 D 15E 4A 32
Octal 335 41 100 0 125 107 15 536 112 62
Binary 11011101 100001 1000000 0 1010101 1000111 1101 101011110 1001010 110010

Color Harmonies of #DD2140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2140

Black with #DD2140

Text Example


Text Example

White with #DD2140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2140; }

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

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

background-color css

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

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

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

border-color css

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

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

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