Html Css Color HEX #FD2846 Amaranth

📋 copy color: '#FD2846'

red 253 ◦ green 40 ◦ blue 70

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

Shades of Amaranth #FD2846

Tints of Amaranth #FD2846

RGB

 RED value IS 253 (99.22% from 255) = 69.7%

 GREEN value IS 40 (16.02% from 255) = 11.02%

 BLUE value IS 70 (27.73% from 255) = 19.28%

R = 69.7%
G = 11.02%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD2846 (or 0xFD2846) is known color: Amaranth. HEX triplet: FD, 28 and 46. RGB value is (253,40,70). Sum of RGB (Red+Green+Blue) = 253+40+70=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2846 is #02D7B9. Grayscale: #6B6B6B. Windows color (decimal): -186298 or 4598013. OLE color: 4598013.

HSL color Cylindrical-coordinate representation of color #FD2846: hue angle of 351.55º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2846 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 40 70 -
CMYK 0 0.84 0.72 0.01
HSL 351.55º 0.98% 0.57% -
HSV(B) 351.55º 0.84% 0.99% -
XYZ 42.37 22.84 7.97 -
YUV 107.11 107.07 232.06 -
System Red Green Blue C M Y K H S L
Decimal 253 40 70 0 0.84 0.72 0.01 351.55 0.98 0.57
Hex FD 28 46 0 54 48 1 160 62 39
Octal 375 50 106 0 124 110 1 540 142 71
Binary 11111101 101000 1000110 0 1010100 1001000 1 101100000 1100010 111001

Color Harmonies of #FD2846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2846

Black with #FD2846

Text Example


Text Example

White with #FD2846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2846; }

 p { color: rgb(253,40,70); }

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

background-color css

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

 a { background-color: rgb(253,40,70); }

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

border-color css

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

 span { border-color: rgb(253,40,70); }

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