Html Css Color HEX #DD1E40 Crimson

📋 copy color: '#DD1E40'

red 221 ◦ green 30 ◦ blue 64

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

Shades of Crimson #DD1E40

Tints of Crimson #DD1E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 70.16%
G = 9.52%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD1E40 (or 0xDD1E40) is known color: Crimson. HEX triplet: DD, 1E and 40. RGB value is (221,30,64). Sum of RGB (Red+Green+Blue) = 221+30+64=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E40 is #22E1BF. Grayscale: #5B5B5B. Windows color (decimal): -2286016 or 4202205. OLE color: 4202205.

HSL color Cylindrical-coordinate representation of color #DD1E40: hue angle of 349.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E40 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 64 -
CMYK 0 0.86 0.71 0.13
HSL 349.32º 0.76% 0.49% -
HSV(B) 349.32º 0.86% 0.87% -
XYZ 31.21 16.67 6.42 -
YUV 90.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 221 30 64 0 0.86 0.71 0.13 349.32 0.76 0.49
Hex DD 1E 40 0 56 47 D 15D 4C 31
Octal 335 36 100 0 126 107 15 535 114 61
Binary 11011101 11110 1000000 0 1010110 1000111 1101 101011101 1001100 110001

Color Harmonies of #DD1E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E40

Black with #DD1E40

Text Example


Text Example

White with #DD1E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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