Html Css Color HEX #FD112A Torch Red

📋 copy color: '#FD112A'

red 253 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #FD112A

Tints of Torch Red #FD112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 81.09%
G = 5.45%
B = 13.46%

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

#FD112A (or 0xFD112A) is known color: Torch Red. HEX triplet: FD, 11 and 2A. RGB value is (253,17,42). Sum of RGB (Red+Green+Blue) = 253+17+42=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD112A is #02EED5. Grayscale: #5A5A5A. Windows color (decimal): -192214 or 2757117. OLE color: 2757117.

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

Color convert

RGB 253 17 42 -
CMYK 0 0.93 0.83 0.01
HSL 353.64º 0.98% 0.53% -
HSV(B) 353.64º 0.93% 0.99% -
XYZ 41.13 21.45 4.16 -
YUV 90.41 100.69 243.97 -
System Red Green Blue C M Y K H S L
Decimal 253 17 42 0 0.93 0.83 0.01 353.64 0.98 0.53
Hex FD 11 2A 0 5D 53 1 162 62 35
Octal 375 21 52 0 135 123 1 542 142 65
Binary 11111101 10001 101010 0 1011101 1010011 1 101100010 1100010 110101

Color Harmonies of #FD112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD112A

Black with #FD112A

Text Example


Text Example

White with #FD112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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