Html Css Color HEX #DD1643 Crimson

📋 copy color: '#DD1643'

red 221 ◦ green 22 ◦ blue 67

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

Shades of Crimson #DD1643

Tints of Crimson #DD1643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 71.29%
G = 7.1%
B = 21.61%

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

#DD1643 (or 0xDD1643) is known color: Crimson. HEX triplet: DD, 16 and 43. RGB value is (221,22,67). Sum of RGB (Red+Green+Blue) = 221+22+67=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1643 is #22E9BC. Grayscale: #565656. Windows color (decimal): -2288061 or 4396765. OLE color: 4396765.

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

Color convert

RGB 221 22 67 -
CMYK 0 0.90 0.70 0.13
HSL 346.43º 0.82% 0.48% -
HSV(B) 346.43º 0.9% 0.87% -
XYZ 31.12 16.35 6.83 -
YUV 86.63 116.93 223.84 -
System Red Green Blue C M Y K H S L
Decimal 221 22 67 0 0.90 0.70 0.13 346.43 0.82 0.48
Hex DD 16 43 0 5A 46 D 15A 52 30
Octal 335 26 103 0 132 106 15 532 122 60
Binary 11011101 10110 1000011 0 1011010 1000110 1101 101011010 1010010 110000

Color Harmonies of #DD1643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1643

Black with #DD1643

Text Example


Text Example

White with #DD1643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1643; }

 p { color: rgb(221,22,67); }

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

background-color css

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

 a { background-color: rgb(221,22,67); }

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

border-color css

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

 span { border-color: rgb(221,22,67); }

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