Html Css Color HEX #FF2745 Amaranth

📋 copy color: '#FF2745'

red 255 ◦ green 39 ◦ blue 69

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

Shades of Amaranth #FF2745

Tints of Amaranth #FF2745

RGB

 RED value IS 255 (100% from 255) = 70.25%

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

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

R = 70.25%
G = 10.74%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF2745 (or 0xFF2745) is known color: Amaranth. HEX triplet: FF, 27 and 45. RGB value is (255,39,69). Sum of RGB (Red+Green+Blue) = 255+39+69=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2745 is #00D8BA. Grayscale: #6B6B6B. Windows color (decimal): -55483 or 4532223. OLE color: 4532223.

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

Color convert

RGB 255 39 69 -
CMYK 0 0.85 0.73 0
HSL 351.67º 1% 0.58% -
HSV(B) 351.67º 0.85% 1% -
XYZ 43.04 23.14 7.83 -
YUV 107 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 255 39 69 0 0.85 0.73 0 351.67 1 0.58
Hex FF 27 45 0 55 49 0 160 64 3A
Octal 377 47 105 0 125 111 0 540 144 72
Binary 11111111 100111 1000101 0 1010101 1001001 0 101100000 1100100 111010

Color Harmonies of #FF2745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2745

Black with #FF2745

Text Example


Text Example

White with #FF2745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2745; }

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

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

background-color css

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

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

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

border-color css

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

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

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