Html Css Color HEX #DF274B Amaranth

📋 copy color: '#DF274B'

red 223 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #DF274B

Tints of Amaranth #DF274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.57%

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

R = 66.17%
G = 11.57%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF274B (or 0xDF274B) is known color: Amaranth. HEX triplet: DF, 27 and 4B. RGB value is (223,39,75). Sum of RGB (Red+Green+Blue) = 223+39+75=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF274B is #20D8B4. Grayscale: #626262. Windows color (decimal): -2152629 or 4925407. OLE color: 4925407.

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

Color convert

RGB 223 39 75 -
CMYK 0 0.83 0.66 0.13
HSL 348.26º 0.74% 0.51% -
HSV(B) 348.26º 0.83% 0.87% -
XYZ 32.43 17.65 8.35 -
YUV 98.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 223 39 75 0 0.83 0.66 0.13 348.26 0.74 0.51
Hex DF 27 4B 0 53 42 D 15C 4A 33
Octal 337 47 113 0 123 102 15 534 112 63
Binary 11011111 100111 1001011 0 1010011 1000010 1101 101011100 1001010 110011

Color Harmonies of #DF274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF274B

Black with #DF274B

Text Example


Text Example

White with #DF274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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