Html Css Color HEX #FD2845 Amaranth

📋 copy color: '#FD2845'

red 253 ◦ green 40 ◦ blue 69

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

Shades of Amaranth #FD2845

Tints of Amaranth #FD2845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 69.89%
G = 11.05%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD2845 (or 0xFD2845) is known color: Amaranth. HEX triplet: FD, 28 and 45. RGB value is (253,40,69). Sum of RGB (Red+Green+Blue) = 253+40+69=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2845 is #02D7BA. Grayscale: #6B6B6B. Windows color (decimal): -186299 or 4532477. OLE color: 4532477.

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

Color convert

RGB 253 40 69 -
CMYK 0 0.84 0.73 0.01
HSL 351.83º 0.98% 0.57% -
HSV(B) 351.83º 0.84% 0.99% -
XYZ 42.34 22.83 7.81 -
YUV 106.99 106.57 232.14 -
System Red Green Blue C M Y K H S L
Decimal 253 40 69 0 0.84 0.73 0.01 351.83 0.98 0.57
Hex FD 28 45 0 54 49 1 160 62 39
Octal 375 50 105 0 124 111 1 540 142 71
Binary 11111101 101000 1000101 0 1010100 1001001 1 101100000 1100010 111001

Color Harmonies of #FD2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2845

Black with #FD2845

Text Example


Text Example

White with #FD2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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