Html Css Color HEX #DD1742 Crimson

📋 copy color: '#DD1742'

red 221 ◦ green 23 ◦ blue 66

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

Shades of Crimson #DD1742

Tints of Crimson #DD1742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 71.29%
G = 7.42%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD1742 (or 0xDD1742) is known color: Crimson. HEX triplet: DD, 17 and 42. RGB value is (221,23,66). Sum of RGB (Red+Green+Blue) = 221+23+66=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1742 is #22E8BD. Grayscale: #575757. Windows color (decimal): -2287806 or 4331485. OLE color: 4331485.

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

Color convert

RGB 221 23 66 -
CMYK 0 0.90 0.70 0.13
HSL 346.97º 0.81% 0.48% -
HSV(B) 346.97º 0.9% 0.87% -
XYZ 31.11 16.38 6.68 -
YUV 87.1 116.1 223.5 -
System Red Green Blue C M Y K H S L
Decimal 221 23 66 0 0.90 0.70 0.13 346.97 0.81 0.48
Hex DD 17 42 0 5A 46 D 15B 51 30
Octal 335 27 102 0 132 106 15 533 121 60
Binary 11011101 10111 1000010 0 1011010 1000110 1101 101011011 1010001 110000

Color Harmonies of #DD1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1742

Black with #DD1742

Text Example


Text Example

White with #DD1742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1742; }

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

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

background-color css

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

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

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

border-color css

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

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

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