Html Css Color HEX #F10411 Torch Red

📋 copy color: '#F10411'

red 241 ◦ green 4 ◦ blue 17

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

Shades of Torch Red #F10411

Tints of Torch Red #F10411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 91.98%
G = 1.53%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F10411 (or 0xF10411) is known color: Torch Red. HEX triplet: F1, 04 and 11. RGB value is (241,4,17). Sum of RGB (Red+Green+Blue) = 241+4+17=262 (34% of max value = 765). Red value is 241 (94.53% from 255 or 91.98% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 241 - color contains mainly: red. Hex color #F10411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10411 is #0EFBEE. Grayscale: #4C4C4C. Windows color (decimal): -981999 or 1115377. OLE color: 1115377.

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

Color convert

RGB 241 4 17 -
CMYK 0 0.98 0.93 0.05
HSL 356.71º 0.97% 0.48% -
HSV(B) 356.71º 0.98% 0.95% -
XYZ 36.42 18.83 2.24 -
YUV 76.35 94.52 245.44 -
System Red Green Blue C M Y K H S L
Decimal 241 4 17 0 0.98 0.93 0.05 356.71 0.97 0.48
Hex F1 4 11 0 62 5D 5 165 61 30
Octal 361 4 21 0 142 135 5 545 141 60
Binary 11110001 100 10001 0 1100010 1011101 101 101100101 1100001 110000

Color Harmonies of #F10411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10411

Black with #F10411

Text Example


Text Example

White with #F10411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10411; }

 p { color: rgb(241,4,17); }

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

background-color css

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

 a { background-color: rgb(241,4,17); }

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

border-color css

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

 span { border-color: rgb(241,4,17); }

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