Html Css Color HEX #FD2842 Amaranth

📋 copy color: '#FD2842'

red 253 ◦ green 40 ◦ blue 66

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

Shades of Amaranth #FD2842

Tints of Amaranth #FD2842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 70.47%
G = 11.14%
B = 18.38%

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

#FD2842 (or 0xFD2842) is known color: Amaranth. HEX triplet: FD, 28 and 42. RGB value is (253,40,66). Sum of RGB (Red+Green+Blue) = 253+40+66=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2842 is #02D7BD. Grayscale: #6A6A6A. Windows color (decimal): -186302 or 4335869. OLE color: 4335869.

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

Color convert

RGB 253 40 66 -
CMYK 0 0.84 0.74 0.01
HSL 352.68º 0.98% 0.57% -
HSV(B) 352.68º 0.84% 0.99% -
XYZ 42.25 22.79 7.33 -
YUV 106.65 105.07 232.39 -
System Red Green Blue C M Y K H S L
Decimal 253 40 66 0 0.84 0.74 0.01 352.68 0.98 0.57
Hex FD 28 42 0 54 4A 1 161 62 39
Octal 375 50 102 0 124 112 1 541 142 71
Binary 11111101 101000 1000010 0 1010100 1001010 1 101100001 1100010 111001

Color Harmonies of #FD2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2842

Black with #FD2842

Text Example


Text Example

White with #FD2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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