Html Css Color HEX #DD174B Crimson

📋 copy color: '#DD174B'

red 221 ◦ green 23 ◦ blue 75

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

Shades of Crimson #DD174B

Tints of Crimson #DD174B

RGB

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

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

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

R = 69.28%
G = 7.21%
B = 23.51%

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

#DD174B (or 0xDD174B) is known color: Crimson. HEX triplet: DD, 17 and 4B. RGB value is (221,23,75). Sum of RGB (Red+Green+Blue) = 221+23+75=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD174B is #22E8B4. Grayscale: #585858. Windows color (decimal): -2287797 or 4921309. OLE color: 4921309.

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

Color convert

RGB 221 23 75 -
CMYK 0 0.90 0.66 0.13
HSL 344.24º 0.81% 0.48% -
HSV(B) 344.24º 0.9% 0.87% -
XYZ 31.4 16.49 8.19 -
YUV 88.13 120.6 222.77 -
System Red Green Blue C M Y K H S L
Decimal 221 23 75 0 0.90 0.66 0.13 344.24 0.81 0.48
Hex DD 17 4B 0 5A 42 D 158 51 30
Octal 335 27 113 0 132 102 15 530 121 60
Binary 11011101 10111 1001011 0 1011010 1000010 1101 101011000 1010001 110000

Color Harmonies of #DD174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD174B

Black with #DD174B

Text Example


Text Example

White with #DD174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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