Html Css Color HEX #DF424B Amaranth

📋 copy color: '#DF424B'

red 223 ◦ green 66 ◦ blue 75

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

Shades of Amaranth #DF424B

Tints of Amaranth #DF424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 61.26%
G = 18.13%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF424B (or 0xDF424B) is known color: Amaranth. HEX triplet: DF, 42 and 4B. RGB value is (223,66,75). Sum of RGB (Red+Green+Blue) = 223+66+75=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF424B is #20BDB4. Grayscale: #727272. Windows color (decimal): -2145717 or 4932319. OLE color: 4932319.

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

Color convert

RGB 223 66 75 -
CMYK 0 0.70 0.66 0.13
HSL 356.56º 0.71% 0.57% -
HSV(B) 356.56º 0.7% 0.87% -
XYZ 33.65 20.09 8.76 -
YUV 113.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 223 66 75 0 0.70 0.66 0.13 356.56 0.71 0.57
Hex DF 42 4B 0 46 42 D 165 47 39
Octal 337 102 113 0 106 102 15 545 107 71
Binary 11011111 1000010 1001011 0 1000110 1000010 1101 101100101 1000111 111001

Color Harmonies of #DF424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF424B

Black with #DF424B

Text Example


Text Example

White with #DF424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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