Html Css Color HEX #FD2743 Amaranth

📋 copy color: '#FD2743'

red 253 ◦ green 39 ◦ blue 67

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

Shades of Amaranth #FD2743

Tints of Amaranth #FD2743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 70.47%
G = 10.86%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2743 (or 0xFD2743) is known color: Amaranth. HEX triplet: FD, 27 and 43. RGB value is (253,39,67). Sum of RGB (Red+Green+Blue) = 253+39+67=359 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.47% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2743 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2743 is #02D8BC. Grayscale: #6A6A6A. Windows color (decimal): -186557 or 4401149. OLE color: 4401149.

HSL color Cylindrical-coordinate representation of color #FD2743: hue angle of 352.15º 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 #FD2743 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 39 67 -
CMYK 0 0.85 0.74 0.01
HSL 352.15º 0.98% 0.57% -
HSV(B) 352.15º 0.85% 0.99% -
XYZ 42.25 22.74 7.47 -
YUV 106.18 105.9 232.72 -
System Red Green Blue C M Y K H S L
Decimal 253 39 67 0 0.85 0.74 0.01 352.15 0.98 0.57
Hex FD 27 43 0 55 4A 1 160 62 39
Octal 375 47 103 0 125 112 1 540 142 71
Binary 11111101 100111 1000011 0 1010101 1001010 1 101100000 1100010 111001

Color Harmonies of #FD2743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2743

Black with #FD2743

Text Example


Text Example

White with #FD2743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2743; }

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

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

background-color css

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

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

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

border-color css

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

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

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