Html Css Color HEX #F1031B Torch Red

📋 copy color: '#F1031B'

red 241 ◦ green 3 ◦ blue 27

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

Shades of Torch Red #F1031B

Tints of Torch Red #F1031B

RGB

 RED value IS 241 (94.53% from 255) = 88.93%

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 88.93%
G = 1.11%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1031B (or 0xF1031B) is known color: Torch Red. HEX triplet: F1, 03 and 1B. RGB value is (241,3,27). Sum of RGB (Red+Green+Blue) = 241+3+27=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F1031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1031B is #0EFCE4. Grayscale: #4D4D4D. Windows color (decimal): -982245 or 1770481. OLE color: 1770481.

HSL color Cylindrical-coordinate representation of color #F1031B: hue angle of 353.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 27 -
CMYK 0 0.99 0.89 0.05
HSL 353.95º 0.98% 0.48% -
HSV(B) 353.95º 0.99% 0.95% -
XYZ 36.51 18.85 2.75 -
YUV 76.9 99.85 245.05 -
System Red Green Blue C M Y K H S L
Decimal 241 3 27 0 0.99 0.89 0.05 353.95 0.98 0.48
Hex F1 3 1B 0 63 59 5 162 62 30
Octal 361 3 33 0 143 131 5 542 142 60
Binary 11110001 11 11011 0 1100011 1011001 101 101100010 1100010 110000

Color Harmonies of #F1031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1031B

Black with #F1031B

Text Example


Text Example

White with #F1031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1031B; }

 p { color: rgb(241,3,27); }

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

background-color css

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

 a { background-color: rgb(241,3,27); }

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

border-color css

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

 span { border-color: rgb(241,3,27); }

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