Html Css Color HEX #DD374B Amaranth

📋 copy color: '#DD374B'

red 221 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #DD374B

Tints of Amaranth #DD374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 62.96%
G = 15.67%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD374B (or 0xDD374B) is known color: Amaranth. HEX triplet: DD, 37 and 4B. RGB value is (221,55,75). Sum of RGB (Red+Green+Blue) = 221+55+75=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD374B is #22C8B4. Grayscale: #6B6B6B. Windows color (decimal): -2279605 or 4929501. OLE color: 4929501.

HSL color Cylindrical-coordinate representation of color #DD374B: hue angle of 352.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD374B is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 75 -
CMYK 0 0.75 0.66 0.13
HSL 352.77º 0.71% 0.54% -
HSV(B) 352.77º 0.75% 0.87% -
XYZ 32.45 18.61 8.54 -
YUV 106.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 221 55 75 0 0.75 0.66 0.13 352.77 0.71 0.54
Hex DD 37 4B 0 4B 42 D 161 47 36
Octal 335 67 113 0 113 102 15 541 107 66
Binary 11011101 110111 1001011 0 1001011 1000010 1101 101100001 1000111 110110

Color Harmonies of #DD374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD374B

Black with #DD374B

Text Example


Text Example

White with #DD374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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