Html Css Color HEX #DD164C Crimson

📋 copy color: '#DD164C'

red 221 ◦ green 22 ◦ blue 76

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

Shades of Crimson #DD164C

Tints of Crimson #DD164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.82%

R = 69.28%
G = 6.9%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD164C (or 0xDD164C) is known color: Crimson. HEX triplet: DD, 16 and 4C. RGB value is (221,22,76). Sum of RGB (Red+Green+Blue) = 221+22+76=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD164C is #22E9B3. Grayscale: #575757. Windows color (decimal): -2288052 or 4986589. OLE color: 4986589.

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

Color convert

RGB 221 22 76 -
CMYK 0 0.90 0.66 0.13
HSL 343.72º 0.82% 0.48% -
HSV(B) 343.72º 0.9% 0.87% -
XYZ 31.41 16.47 8.36 -
YUV 87.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 221 22 76 0 0.90 0.66 0.13 343.72 0.82 0.48
Hex DD 16 4C 0 5A 42 D 158 52 30
Octal 335 26 114 0 132 102 15 530 122 60
Binary 11011101 10110 1001100 0 1011010 1000010 1101 101011000 1010010 110000

Color Harmonies of #DD164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD164C

Black with #DD164C

Text Example


Text Example

White with #DD164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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