Html Css Color HEX #FD2348 Amaranth

📋 copy color: '#FD2348'

red 253 ◦ green 35 ◦ blue 72

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

Shades of Amaranth #FD2348

Tints of Amaranth #FD2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.72%

 BLUE value IS 72 (28.52% from 255) = 20%

R = 70.28%
G = 9.72%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD2348 (or 0xFD2348) is known color: Amaranth. HEX triplet: FD, 23 and 48. RGB value is (253,35,72). Sum of RGB (Red+Green+Blue) = 253+35+72=360 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.28% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2348 is #02DCB7. Grayscale: #686868. Windows color (decimal): -187576 or 4727805. OLE color: 4727805.

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

Color convert

RGB 253 35 72 -
CMYK 0 0.86 0.72 0.01
HSL 349.82º 0.98% 0.56% -
HSV(B) 349.82º 0.86% 0.99% -
XYZ 42.28 22.55 8.26 -
YUV 104.4 109.72 233.99 -
System Red Green Blue C M Y K H S L
Decimal 253 35 72 0 0.86 0.72 0.01 349.82 0.98 0.56
Hex FD 23 48 0 56 48 1 15E 62 38
Octal 375 43 110 0 126 110 1 536 142 70
Binary 11111101 100011 1001000 0 1010110 1001000 1 101011110 1100010 111000

Color Harmonies of #FD2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2348

Black with #FD2348

Text Example


Text Example

White with #FD2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2348; }

 p { color: rgb(253,35,72); }

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

background-color css

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

 a { background-color: rgb(253,35,72); }

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

border-color css

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

 span { border-color: rgb(253,35,72); }

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