Html Css Color HEX #DF244B Amaranth

📋 copy color: '#DF244B'

red 223 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #DF244B

Tints of Amaranth #DF244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

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

R = 66.77%
G = 10.78%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF244B (or 0xDF244B) is known color: Amaranth. HEX triplet: DF, 24 and 4B. RGB value is (223,36,75). Sum of RGB (Red+Green+Blue) = 223+36+75=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF244B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF244B is #20DBB4. Grayscale: #606060. Windows color (decimal): -2153397 or 4924639. OLE color: 4924639.

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

Color convert

RGB 223 36 75 -
CMYK 0 0.84 0.66 0.13
HSL 347.49º 0.75% 0.51% -
HSV(B) 347.49º 0.84% 0.87% -
XYZ 32.33 17.46 8.32 -
YUV 96.36 115.95 218.33 -
System Red Green Blue C M Y K H S L
Decimal 223 36 75 0 0.84 0.66 0.13 347.49 0.75 0.51
Hex DF 24 4B 0 54 42 D 15B 4B 33
Octal 337 44 113 0 124 102 15 533 113 63
Binary 11011111 100100 1001011 0 1010100 1000010 1101 101011011 1001011 110011

Color Harmonies of #DF244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF244B

Black with #DF244B

Text Example


Text Example

White with #DF244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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