Html Css Color HEX #DD1745 Crimson

📋 copy color: '#DD1745'

red 221 ◦ green 23 ◦ blue 69

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

Shades of Crimson #DD1745

Tints of Crimson #DD1745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 70.61%
G = 7.35%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD1745 (or 0xDD1745) is known color: Crimson. HEX triplet: DD, 17 and 45. RGB value is (221,23,69). Sum of RGB (Red+Green+Blue) = 221+23+69=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1745 is #22E8BA. Grayscale: #575757. Windows color (decimal): -2287803 or 4528093. OLE color: 4528093.

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

Color convert

RGB 221 23 69 -
CMYK 0 0.90 0.69 0.13
HSL 346.06º 0.81% 0.48% -
HSV(B) 346.06º 0.9% 0.87% -
XYZ 31.2 16.41 7.15 -
YUV 87.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 221 23 69 0 0.90 0.69 0.13 346.06 0.81 0.48
Hex DD 17 45 0 5A 45 D 15A 51 30
Octal 335 27 105 0 132 105 15 532 121 60
Binary 11011101 10111 1000101 0 1011010 1000101 1101 101011010 1010001 110000

Color Harmonies of #DD1745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1745

Black with #DD1745

Text Example


Text Example

White with #DD1745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1745; }

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

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

background-color css

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

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

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

border-color css

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

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

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