Html Css Color HEX #DD164B Crimson

📋 copy color: '#DD164B'

red 221 ◦ green 22 ◦ blue 75

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

Shades of Crimson #DD164B

Tints of Crimson #DD164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 69.5%
G = 6.92%
B = 23.58%

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

#DD164B (or 0xDD164B) is known color: Crimson. HEX triplet: DD, 16 and 4B. RGB value is (221,22,75). Sum of RGB (Red+Green+Blue) = 221+22+75=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD164B is #22E9B4. Grayscale: #575757. Windows color (decimal): -2288053 or 4921053. OLE color: 4921053.

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

Color convert

RGB 221 22 75 -
CMYK 0 0.90 0.66 0.13
HSL 344.02º 0.82% 0.48% -
HSV(B) 344.02º 0.9% 0.87% -
XYZ 31.38 16.45 8.18 -
YUV 87.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 221 22 75 0 0.90 0.66 0.13 344.02 0.82 0.48
Hex DD 16 4B 0 5A 42 D 158 52 30
Octal 335 26 113 0 132 102 15 530 122 60
Binary 11011101 10110 1001011 0 1011010 1000010 1101 101011000 1010010 110000

Color Harmonies of #DD164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD164B

Black with #DD164B

Text Example


Text Example

White with #DD164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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