Html Css Color HEX #F1013B Torch Red

📋 copy color: '#F1013B'

red 241 ◦ green 1 ◦ blue 59

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

Shades of Torch Red #F1013B

Tints of Torch Red #F1013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 80.07%
G = 0.33%
B = 19.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1013B (or 0xF1013B) is known color: Torch Red. HEX triplet: F1, 01 and 3B. RGB value is (241,1,59). Sum of RGB (Red+Green+Blue) = 241+1+59=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F1013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1013B is #0EFEC4. Grayscale: #4F4F4F. Windows color (decimal): -982725 or 3867121. OLE color: 3867121.

HSL color Cylindrical-coordinate representation of color #F1013B: hue angle of 345.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1013B is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 59 -
CMYK 0 1.00 0.76 0.05
HSL 345.5º 0.99% 0.47% -
HSV(B) 345.5º 1% 0.95% -
XYZ 37.08 19.04 5.86 -
YUV 79.37 116.51 243.28 -
System Red Green Blue C M Y K H S L
Decimal 241 1 59 0 1.00 0.76 0.05 345.5 0.99 0.47
Hex F1 1 3B 0 64 4C 5 15A 63 2F
Octal 361 1 73 0 144 114 5 532 143 57
Binary 11110001 1 111011 0 1100100 1001100 101 101011010 1100011 101111

Color Harmonies of #F1013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1013B

Black with #F1013B

Text Example


Text Example

White with #F1013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1013B; }

 p { color: rgb(241,1,59); }

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

background-color css

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

 a { background-color: rgb(241,1,59); }

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

border-color css

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

 span { border-color: rgb(241,1,59); }

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