Html Css Color HEX #F31011 Torch Red

📋 copy color: '#F31011'

red 243 ◦ green 16 ◦ blue 17

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

Shades of Torch Red #F31011

Tints of Torch Red #F31011

RGB

 RED value IS 243 (95.31% from 255) = 88.04%

 GREEN value IS 16 (6.64% from 255) = 5.8%

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 88.04%
G = 5.8%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F31011 (or 0xF31011) is known color: Torch Red. HEX triplet: F3, 10 and 11. RGB value is (243,16,17). Sum of RGB (Red+Green+Blue) = 243+16+17=276 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.04% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 243 - color contains mainly: red. Hex color #F31011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31011 is #0CEFEE. Grayscale: #545454. Windows color (decimal): -847855 or 1118451. OLE color: 1118451.

HSL color Cylindrical-coordinate representation of color #F31011: hue angle of 359.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31011 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 16 17 -
CMYK 0 0.93 0.93 0.05
HSL 359.74º 0.9% 0.51% -
HSV(B) 359.74º 0.93% 0.95% -
XYZ 37.25 19.47 2.32 -
YUV 83.99 90.21 241.42 -
System Red Green Blue C M Y K H S L
Decimal 243 16 17 0 0.93 0.93 0.05 359.74 0.9 0.51
Hex F3 10 11 0 5D 5D 5 168 5A 33
Octal 363 20 21 0 135 135 5 550 132 63
Binary 11110011 10000 10001 0 1011101 1011101 101 101101000 1011010 110011

Color Harmonies of #F31011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31011

Black with #F31011

Text Example


Text Example

White with #F31011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31011; }

 p { color: rgb(243,16,17); }

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

background-color css

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

 a { background-color: rgb(243,16,17); }

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

border-color css

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

 span { border-color: rgb(243,16,17); }

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