Html Css Color HEX #FD2745 Amaranth

📋 copy color: '#FD2745'

red 253 ◦ green 39 ◦ blue 69

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

Shades of Amaranth #FD2745

Tints of Amaranth #FD2745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.8%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 70.08%
G = 10.8%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD2745 (or 0xFD2745) is known color: Amaranth. HEX triplet: FD, 27 and 45. RGB value is (253,39,69). Sum of RGB (Red+Green+Blue) = 253+39+69=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2745 is #02D8BA. Grayscale: #6A6A6A. Windows color (decimal): -186555 or 4532221. OLE color: 4532221.

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

Color convert

RGB 253 39 69 -
CMYK 0 0.85 0.73 0.01
HSL 351.59º 0.98% 0.57% -
HSV(B) 351.59º 0.85% 0.99% -
XYZ 42.31 22.76 7.79 -
YUV 106.41 106.9 232.56 -
System Red Green Blue C M Y K H S L
Decimal 253 39 69 0 0.85 0.73 0.01 351.59 0.98 0.57
Hex FD 27 45 0 55 49 1 160 62 39
Octal 375 47 105 0 125 111 1 540 142 71
Binary 11111101 100111 1000101 0 1010101 1001001 1 101100000 1100010 111001

Color Harmonies of #FD2745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2745

Black with #FD2745

Text Example


Text Example

White with #FD2745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2745; }

 p { color: rgb(253,39,69); }

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

background-color css

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

 a { background-color: rgb(253,39,69); }

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

border-color css

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

 span { border-color: rgb(253,39,69); }

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