Html Css Color HEX #FD112D Torch Red

📋 copy color: '#FD112D'

red 253 ◦ green 17 ◦ blue 45

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

Shades of Torch Red #FD112D

Tints of Torch Red #FD112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 80.32%
G = 5.4%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD112D (or 0xFD112D) is known color: Torch Red. HEX triplet: FD, 11 and 2D. RGB value is (253,17,45). Sum of RGB (Red+Green+Blue) = 253+17+45=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD112D is #02EED2. Grayscale: #5A5A5A. Windows color (decimal): -192211 or 2953725. OLE color: 2953725.

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

Color convert

RGB 253 17 45 -
CMYK 0 0.93 0.82 0.01
HSL 352.88º 0.98% 0.53% -
HSV(B) 352.88º 0.93% 0.99% -
XYZ 41.18 21.47 4.46 -
YUV 90.76 102.19 243.72 -
System Red Green Blue C M Y K H S L
Decimal 253 17 45 0 0.93 0.82 0.01 352.88 0.98 0.53
Hex FD 11 2D 0 5D 52 1 161 62 35
Octal 375 21 55 0 135 122 1 541 142 65
Binary 11111101 10001 101101 0 1011101 1010010 1 101100001 1100010 110101

Color Harmonies of #FD112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD112D

Black with #FD112D

Text Example


Text Example

White with #FD112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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