Html Css Color HEX #FD112C Torch Red

📋 copy color: '#FD112C'

red 253 ◦ green 17 ◦ blue 44

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

Shades of Torch Red #FD112C

Tints of Torch Red #FD112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 80.57%
G = 5.41%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD112C (or 0xFD112C) is known color: Torch Red. HEX triplet: FD, 11 and 2C. RGB value is (253,17,44). Sum of RGB (Red+Green+Blue) = 253+17+44=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD112C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD112C is #02EED3. Grayscale: #5A5A5A. Windows color (decimal): -192212 or 2888189. OLE color: 2888189.

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

Color convert

RGB 253 17 44 -
CMYK 0 0.93 0.83 0.01
HSL 353.14º 0.98% 0.53% -
HSV(B) 353.14º 0.93% 0.99% -
XYZ 41.16 21.47 4.36 -
YUV 90.64 101.69 243.8 -
System Red Green Blue C M Y K H S L
Decimal 253 17 44 0 0.93 0.83 0.01 353.14 0.98 0.53
Hex FD 11 2C 0 5D 53 1 161 62 35
Octal 375 21 54 0 135 123 1 541 142 65
Binary 11111101 10001 101100 0 1011101 1010011 1 101100001 1100010 110101

Color Harmonies of #FD112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD112C

Black with #FD112C

Text Example


Text Example

White with #FD112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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