Html Css Color HEX #F1013C Torch Red

📋 copy color: '#F1013C'

red 241 ◦ green 1 ◦ blue 60

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

Shades of Torch Red #F1013C

Tints of Torch Red #F1013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 79.8%
G = 0.33%
B = 19.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1013C (or 0xF1013C) is known color: Torch Red. HEX triplet: F1, 01 and 3C. RGB value is (241,1,60). Sum of RGB (Red+Green+Blue) = 241+1+60=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F1013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1013C is #0EFEC3. Grayscale: #4F4F4F. Windows color (decimal): -982724 or 3932657. OLE color: 3932657.

HSL color Cylindrical-coordinate representation of color #F1013C: hue angle of 345.25º 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 #F1013C is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 60 -
CMYK 0 1.00 0.75 0.05
HSL 345.25º 0.99% 0.47% -
HSV(B) 345.25º 1% 0.95% -
XYZ 37.1 19.05 6 -
YUV 79.49 117.01 243.2 -
System Red Green Blue C M Y K H S L
Decimal 241 1 60 0 1.00 0.75 0.05 345.25 0.99 0.47
Hex F1 1 3C 0 64 4B 5 159 63 2F
Octal 361 1 74 0 144 113 5 531 143 57
Binary 11110001 1 111100 0 1100100 1001011 101 101011001 1100011 101111

Color Harmonies of #F1013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1013C

Black with #F1013C

Text Example


Text Example

White with #F1013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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