Html Css Color HEX #FD2843 Amaranth

📋 copy color: '#FD2843'

red 253 ◦ green 40 ◦ blue 67

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

Shades of Amaranth #FD2843

Tints of Amaranth #FD2843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.61%

R = 70.28%
G = 11.11%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2843 (or 0xFD2843) is known color: Amaranth. HEX triplet: FD, 28 and 43. RGB value is (253,40,67). Sum of RGB (Red+Green+Blue) = 253+40+67=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2843 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2843 is #02D7BC. Grayscale: #6A6A6A. Windows color (decimal): -186301 or 4401405. OLE color: 4401405.

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

Color convert

RGB 253 40 67 -
CMYK 0 0.84 0.74 0.01
HSL 352.39º 0.98% 0.57% -
HSV(B) 352.39º 0.84% 0.99% -
XYZ 42.28 22.81 7.48 -
YUV 106.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 253 40 67 0 0.84 0.74 0.01 352.39 0.98 0.57
Hex FD 28 43 0 54 4A 1 160 62 39
Octal 375 50 103 0 124 112 1 540 142 71
Binary 11111101 101000 1000011 0 1010100 1001010 1 101100000 1100010 111001

Color Harmonies of #FD2843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2843

Black with #FD2843

Text Example


Text Example

White with #FD2843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2843; }

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

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

background-color css

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

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

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

border-color css

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

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

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