Html Css Color HEX #DF374B Amaranth

📋 copy color: '#DF374B'

red 223 ◦ green 55 ◦ blue 75

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

Shades of Amaranth #DF374B

Tints of Amaranth #DF374B

RGB

 RED value IS 223 (87.5% from 255) = 63.17%

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

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

R = 63.17%
G = 15.58%
B = 21.25%

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

#DF374B (or 0xDF374B) is known color: Amaranth. HEX triplet: DF, 37 and 4B. RGB value is (223,55,75). Sum of RGB (Red+Green+Blue) = 223+55+75=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF374B is #20C8B4. Grayscale: #6B6B6B. Windows color (decimal): -2148533 or 4929503. OLE color: 4929503.

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

Color convert

RGB 223 55 75 -
CMYK 0 0.75 0.66 0.13
HSL 352.86º 0.72% 0.55% -
HSV(B) 352.86º 0.75% 0.87% -
XYZ 33.07 18.93 8.57 -
YUV 107.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 223 55 75 0 0.75 0.66 0.13 352.86 0.72 0.55
Hex DF 37 4B 0 4B 42 D 161 48 37
Octal 337 67 113 0 113 102 15 541 110 67
Binary 11011111 110111 1001011 0 1001011 1000010 1101 101100001 1001000 110111

Color Harmonies of #DF374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF374B

Black with #DF374B

Text Example


Text Example

White with #DF374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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