Html Css Color HEX #FD1E47 Torch Red

📋 copy color: '#FD1E47'

red 253 ◦ green 30 ◦ blue 71

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

Shades of Torch Red #FD1E47

Tints of Torch Red #FD1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 71.47%
G = 8.47%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FD1E47 (or 0xFD1E47) is known color: Torch Red. HEX triplet: FD, 1E and 47. RGB value is (253,30,71). Sum of RGB (Red+Green+Blue) = 253+30+71=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1E47 is #02E1B8. Grayscale: #656565. Windows color (decimal): -188857 or 4660989. OLE color: 4660989.

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

Color convert

RGB 253 30 71 -
CMYK 0 0.88 0.72 0.01
HSL 348.97º 0.98% 0.55% -
HSV(B) 348.97º 0.88% 0.99% -
XYZ 42.11 22.27 8.04 -
YUV 101.35 110.88 236.17 -
System Red Green Blue C M Y K H S L
Decimal 253 30 71 0 0.88 0.72 0.01 348.97 0.98 0.55
Hex FD 1E 47 0 58 48 1 15D 62 37
Octal 375 36 107 0 130 110 1 535 142 67
Binary 11111101 11110 1000111 0 1011000 1001000 1 101011101 1100010 110111

Color Harmonies of #FD1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1E47

Black with #FD1E47

Text Example


Text Example

White with #FD1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1E47; }

 p { color: rgb(253,30,71); }

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

background-color css

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

 a { background-color: rgb(253,30,71); }

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

border-color css

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

 span { border-color: rgb(253,30,71); }

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