Html Css Color HEX #DD1E46 Crimson

📋 copy color: '#DD1E46'

red 221 ◦ green 30 ◦ blue 70

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

Shades of Crimson #DD1E46

Tints of Crimson #DD1E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 68.85%
G = 9.35%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1E46 (or 0xDD1E46) is known color: Crimson. HEX triplet: DD, 1E and 46. RGB value is (221,30,70). Sum of RGB (Red+Green+Blue) = 221+30+70=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E46 is #22E1B9. Grayscale: #5B5B5B. Windows color (decimal): -2286010 or 4595421. OLE color: 4595421.

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

Color convert

RGB 221 30 70 -
CMYK 0 0.86 0.68 0.13
HSL 347.43º 0.76% 0.49% -
HSV(B) 347.43º 0.86% 0.87% -
XYZ 31.39 16.74 7.37 -
YUV 91.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 221 30 70 0 0.86 0.68 0.13 347.43 0.76 0.49
Hex DD 1E 46 0 56 44 D 15B 4C 31
Octal 335 36 106 0 126 104 15 533 114 61
Binary 11011101 11110 1000110 0 1010110 1000100 1101 101011011 1001100 110001

Color Harmonies of #DD1E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E46

Black with #DD1E46

Text Example


Text Example

White with #DD1E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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