Html Css Color HEX #D9274B Amaranth

📋 copy color: '#D9274B'

red 217 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #D9274B

Tints of Amaranth #D9274B

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

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

R = 65.56%
G = 11.78%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9274B (or 0xD9274B) is known color: Amaranth. HEX triplet: D9, 27 and 4B. RGB value is (217,39,75). Sum of RGB (Red+Green+Blue) = 217+39+75=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9274B is #26D8B4. Grayscale: #606060. Windows color (decimal): -2545845 or 4925401. OLE color: 4925401.

HSL color Cylindrical-coordinate representation of color #D9274B: hue angle of 347.87º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9274B is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 75 -
CMYK 0 0.82 0.65 0.15
HSL 347.87º 0.7% 0.5% -
HSV(B) 347.87º 0.82% 0.85% -
XYZ 30.61 16.71 8.27 -
YUV 96.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 217 39 75 0 0.82 0.65 0.15 347.87 0.7 0.5
Hex D9 27 4B 0 52 41 F 15C 46 32
Octal 331 47 113 0 122 101 17 534 106 62
Binary 11011001 100111 1001011 0 1010010 1000001 1111 101011100 1000110 110010

Color Harmonies of #D9274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9274B

Black with #D9274B

Text Example


Text Example

White with #D9274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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