Html Css Color HEX #F1003E Torch Red

📋 copy color: '#F1003E'

red 241 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #F1003E

Tints of Torch Red #F1003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 79.54%
G = 0%
B = 20.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1003E (or 0xF1003E) is known color: Torch Red. HEX triplet: F1, 00 and 3E. RGB value is (241,0,62). Sum of RGB (Red+Green+Blue) = 241+0+62=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F1003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1003E is #0EFFC1. Grayscale: #4F4F4F. Windows color (decimal): -982978 or 4063473. OLE color: 4063473.

HSL color Cylindrical-coordinate representation of color #F1003E: hue angle of 344.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 #F1003E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 62 -
CMYK 0 1 0.74 0.05
HSL 344.56º 1% 0.47% -
HSV(B) 344.56º 1% 0.95% -
XYZ 37.15 19.05 6.28 -
YUV 79.13 118.34 243.46 -
System Red Green Blue C M Y K H S L
Decimal 241 0 62 0 1 0.74 0.05 344.56 1 0.47
Hex F1 0 3E 0 64 4A 5 159 64 2F
Octal 361 0 76 0 144 112 5 531 144 57
Binary 11110001 0 111110 0 1100100 1001010 101 101011001 1100100 101111

Color Harmonies of #F1003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1003E

Black with #F1003E

Text Example


Text Example

White with #F1003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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