Html Css Color HEX #DF234B Amaranth

📋 copy color: '#DF234B'

red 223 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #DF234B

Tints of Amaranth #DF234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

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

R = 66.97%
G = 10.51%
B = 22.52%

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

#DF234B (or 0xDF234B) is known color: Amaranth. HEX triplet: DF, 23 and 4B. RGB value is (223,35,75). Sum of RGB (Red+Green+Blue) = 223+35+75=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF234B is #20DCB4. Grayscale: #5F5F5F. Windows color (decimal): -2153653 or 4924383. OLE color: 4924383.

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

Color convert

RGB 223 35 75 -
CMYK 0 0.84 0.66 0.13
HSL 347.23º 0.75% 0.51% -
HSV(B) 347.23º 0.84% 0.87% -
XYZ 32.3 17.4 8.31 -
YUV 95.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 223 35 75 0 0.84 0.66 0.13 347.23 0.75 0.51
Hex DF 23 4B 0 54 42 D 15B 4B 33
Octal 337 43 113 0 124 102 15 533 113 63
Binary 11011111 100011 1001011 0 1010100 1000010 1101 101011011 1001011 110011

Color Harmonies of #DF234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF234B

Black with #DF234B

Text Example


Text Example

White with #DF234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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