Html Css Color HEX #DD1845 Crimson

📋 copy color: '#DD1845'

red 221 ◦ green 24 ◦ blue 69

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

Shades of Crimson #DD1845

Tints of Crimson #DD1845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 70.38%
G = 7.64%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD1845 (or 0xDD1845) is known color: Crimson. HEX triplet: DD, 18 and 45. RGB value is (221,24,69). Sum of RGB (Red+Green+Blue) = 221+24+69=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1845 is #22E7BA. Grayscale: #585858. Windows color (decimal): -2287547 or 4528349. OLE color: 4528349.

HSL color Cylindrical-coordinate representation of color #DD1845: hue angle of 346.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1845 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 69 -
CMYK 0 0.89 0.69 0.13
HSL 346.29º 0.8% 0.48% -
HSV(B) 346.29º 0.89% 0.87% -
XYZ 31.22 16.46 7.16 -
YUV 88.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 221 24 69 0 0.89 0.69 0.13 346.29 0.8 0.48
Hex DD 18 45 0 59 45 D 15A 50 30
Octal 335 30 105 0 131 105 15 532 120 60
Binary 11011101 11000 1000101 0 1011001 1000101 1101 101011010 1010000 110000

Color Harmonies of #DD1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1845

Black with #DD1845

Text Example


Text Example

White with #DD1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1845; }

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

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

background-color css

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

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

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

border-color css

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

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

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