Html Css Color HEX #F4111B Torch Red

📋 copy color: '#F4111B'

red 244 ◦ green 17 ◦ blue 27

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

Shades of Torch Red #F4111B

Tints of Torch Red #F4111B

RGB

 RED value IS 244 (95.7% from 255) = 84.72%

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 84.72%
G = 5.9%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4111B (or 0xF4111B) is known color: Torch Red. HEX triplet: F4, 11 and 1B. RGB value is (244,17,27). Sum of RGB (Red+Green+Blue) = 244+17+27=288 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.72% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 244 - color contains mainly: red. Hex color #F4111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4111B is #0BEEE4. Grayscale: #565656. Windows color (decimal): -782053 or 1774068. OLE color: 1774068.

HSL color Cylindrical-coordinate representation of color #F4111B: hue angle of 357.36º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4111B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 27 -
CMYK 0 0.93 0.89 0.04
HSL 357.36º 0.91% 0.51% -
HSV(B) 357.36º 0.93% 0.96% -
XYZ 37.71 19.71 2.85 -
YUV 86.01 94.71 240.69 -
System Red Green Blue C M Y K H S L
Decimal 244 17 27 0 0.93 0.89 0.04 357.36 0.91 0.51
Hex F4 11 1B 0 5D 59 4 165 5B 33
Octal 364 21 33 0 135 131 4 545 133 63
Binary 11110100 10001 11011 0 1011101 1011001 100 101100101 1011011 110011

Color Harmonies of #F4111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4111B

Black with #F4111B

Text Example


Text Example

White with #F4111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4111B; }

 p { color: rgb(244,17,27); }

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

background-color css

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

 a { background-color: rgb(244,17,27); }

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

border-color css

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

 span { border-color: rgb(244,17,27); }

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