Html Css Color HEX #FD2E42 Amaranth

📋 copy color: '#FD2E42'

red 253 ◦ green 46 ◦ blue 66

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

Shades of Amaranth #FD2E42

Tints of Amaranth #FD2E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

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

R = 69.32%
G = 12.6%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2E42 (or 0xFD2E42) is known color: Amaranth. HEX triplet: FD, 2E and 42. RGB value is (253,46,66). Sum of RGB (Red+Green+Blue) = 253+46+66=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2E42 is #02D1BD. Grayscale: #6E6E6E. Windows color (decimal): -184766 or 4337405. OLE color: 4337405.

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

Color convert

RGB 253 46 66 -
CMYK 0 0.82 0.74 0.01
HSL 354.2º 0.98% 0.59% -
HSV(B) 354.2º 0.82% 0.99% -
XYZ 42.47 23.23 7.4 -
YUV 110.17 103.08 229.87 -
System Red Green Blue C M Y K H S L
Decimal 253 46 66 0 0.82 0.74 0.01 354.2 0.98 0.59
Hex FD 2E 42 0 52 4A 1 162 62 3B
Octal 375 56 102 0 122 112 1 542 142 73
Binary 11111101 101110 1000010 0 1010010 1001010 1 101100010 1100010 111011

Color Harmonies of #FD2E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2E42

Black with #FD2E42

Text Example


Text Example

White with #FD2E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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