Html Css Color HEX #F1003A Torch Red

📋 copy color: '#F1003A'

red 241 ◦ green 0 ◦ blue 58

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

Shades of Torch Red #F1003A

Tints of Torch Red #F1003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 80.6%
G = 0%
B = 19.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1003A (or 0xF1003A) is known color: Torch Red. HEX triplet: F1, 00 and 3A. RGB value is (241,0,58). Sum of RGB (Red+Green+Blue) = 241+0+58=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F1003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1003A is #0EFFC5. Grayscale: #4E4E4E. Windows color (decimal): -982982 or 3801329. OLE color: 3801329.

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

Color convert

RGB 241 0 58 -
CMYK 0 1 0.76 0.05
HSL 345.56º 1% 0.47% -
HSV(B) 345.56º 1% 0.95% -
XYZ 37.04 19.01 5.72 -
YUV 78.67 116.34 243.78 -
System Red Green Blue C M Y K H S L
Decimal 241 0 58 0 1 0.76 0.05 345.56 1 0.47
Hex F1 0 3A 0 64 4C 5 15A 64 2F
Octal 361 0 72 0 144 114 5 532 144 57
Binary 11110001 0 111010 0 1100100 1001100 101 101011010 1100100 101111

Color Harmonies of #F1003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1003A

Black with #F1003A

Text Example


Text Example

White with #F1003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1003A; }

 p { color: rgb(241,0,58); }

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

background-color css

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

 a { background-color: rgb(241,0,58); }

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

border-color css

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

 span { border-color: rgb(241,0,58); }

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