Html Css Color HEX #FD111E Torch Red

📋 copy color: '#FD111E'

red 253 ◦ green 17 ◦ blue 30

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

Shades of Torch Red #FD111E

Tints of Torch Red #FD111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 84.33%
G = 5.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD111E (or 0xFD111E) is known color: Torch Red. HEX triplet: FD, 11 and 1E. RGB value is (253,17,30). Sum of RGB (Red+Green+Blue) = 253+17+30=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD111E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD111E is #02EEE1. Grayscale: #595959. Windows color (decimal): -192226 or 1970685. OLE color: 1970685.

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

Color convert

RGB 253 17 30 -
CMYK 0 0.93 0.88 0.01
HSL 356.69º 0.98% 0.53% -
HSV(B) 356.69º 0.93% 0.99% -
XYZ 40.94 21.38 3.2 -
YUV 89.05 94.69 244.94 -
System Red Green Blue C M Y K H S L
Decimal 253 17 30 0 0.93 0.88 0.01 356.69 0.98 0.53
Hex FD 11 1E 0 5D 58 1 165 62 35
Octal 375 21 36 0 135 130 1 545 142 65
Binary 11111101 10001 11110 0 1011101 1011000 1 101100101 1100010 110101

Color Harmonies of #FD111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD111E

Black with #FD111E

Text Example


Text Example

White with #FD111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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