Html Css Color HEX #FD2942 Amaranth

📋 copy color: '#FD2942'

red 253 ◦ green 41 ◦ blue 66

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

Shades of Amaranth #FD2942

Tints of Amaranth #FD2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

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

R = 70.28%
G = 11.39%
B = 18.33%

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

#FD2942 (or 0xFD2942) is known color: Amaranth. HEX triplet: FD, 29 and 42. RGB value is (253,41,66). Sum of RGB (Red+Green+Blue) = 253+41+66=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2942 is #02D6BD. Grayscale: #6B6B6B. Windows color (decimal): -186046 or 4336125. OLE color: 4336125.

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

Color convert

RGB 253 41 66 -
CMYK 0 0.84 0.74 0.01
HSL 352.92º 0.98% 0.58% -
HSV(B) 352.92º 0.84% 0.99% -
XYZ 42.28 22.86 7.34 -
YUV 107.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 253 41 66 0 0.84 0.74 0.01 352.92 0.98 0.58
Hex FD 29 42 0 54 4A 1 161 62 3A
Octal 375 51 102 0 124 112 1 541 142 72
Binary 11111101 101001 1000010 0 1010100 1001010 1 101100001 1100010 111010

Color Harmonies of #FD2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2942

Black with #FD2942

Text Example


Text Example

White with #FD2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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