Html Css Color HEX #FD112F Torch Red

📋 copy color: '#FD112F'

red 253 ◦ green 17 ◦ blue 47

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

Shades of Torch Red #FD112F

Tints of Torch Red #FD112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.36%

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 79.81%
G = 5.36%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD112F (or 0xFD112F) is known color: Torch Red. HEX triplet: FD, 11 and 2F. RGB value is (253,17,47). Sum of RGB (Red+Green+Blue) = 253+17+47=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD112F is #02EED0. Grayscale: #5B5B5B. Windows color (decimal): -192209 or 3084797. OLE color: 3084797.

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

Color convert

RGB 253 17 47 -
CMYK 0 0.93 0.81 0.01
HSL 352.37º 0.98% 0.53% -
HSV(B) 352.37º 0.93% 0.99% -
XYZ 41.22 21.49 4.66 -
YUV 90.98 103.19 243.56 -
System Red Green Blue C M Y K H S L
Decimal 253 17 47 0 0.93 0.81 0.01 352.37 0.98 0.53
Hex FD 11 2F 0 5D 51 1 160 62 35
Octal 375 21 57 0 135 121 1 540 142 65
Binary 11111101 10001 101111 0 1011101 1010001 1 101100000 1100010 110101

Color Harmonies of #FD112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD112F

Black with #FD112F

Text Example


Text Example

White with #FD112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD112F; }

 p { color: rgb(253,17,47); }

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

background-color css

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

 a { background-color: rgb(253,17,47); }

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

border-color css

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

 span { border-color: rgb(253,17,47); }

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