Html Css Color HEX #F1001E Torch Red

📋 copy color: '#F1001E'

red 241 ◦ green 0 ◦ blue 30

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

Shades of Torch Red #F1001E

Tints of Torch Red #F1001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 88.93%
G = 0%
B = 11.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1001E (or 0xF1001E) is known color: Torch Red. HEX triplet: F1, 00 and 1E. RGB value is (241,0,30). Sum of RGB (Red+Green+Blue) = 241+0+30=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F1001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1001E is #0EFFE1. Grayscale: #4B4B4B. Windows color (decimal): -983010 or 1966321. OLE color: 1966321.

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

Color convert

RGB 241 0 30 -
CMYK 0 1 0.88 0.05
HSL 352.53º 1% 0.47% -
HSV(B) 352.53º 1% 0.95% -
XYZ 36.51 18.79 2.93 -
YUV 75.48 102.34 246.06 -
System Red Green Blue C M Y K H S L
Decimal 241 0 30 0 1 0.88 0.05 352.53 1 0.47
Hex F1 0 1E 0 64 58 5 161 64 2F
Octal 361 0 36 0 144 130 5 541 144 57
Binary 11110001 0 11110 0 1100100 1011000 101 101100001 1100100 101111

Color Harmonies of #F1001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1001E

Black with #F1001E

Text Example


Text Example

White with #F1001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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