Html Css Color HEX #F1001C Torch Red

📋 copy color: '#F1001C'

red 241 ◦ green 0 ◦ blue 28

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

Shades of Torch Red #F1001C

Tints of Torch Red #F1001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 89.59%
G = 0%
B = 10.41%

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

#F1001C (or 0xF1001C) is known color: Torch Red. HEX triplet: F1, 00 and 1C. RGB value is (241,0,28). Sum of RGB (Red+Green+Blue) = 241+0+28=269 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.59% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 241 - color contains mainly: red. Hex color #F1001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1001C is #0EFFE3. Grayscale: #4B4B4B. Windows color (decimal): -983012 or 1835249. OLE color: 1835249.

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

Color convert

RGB 241 0 28 -
CMYK 0 1 0.88 0.05
HSL 353.03º 1% 0.47% -
HSV(B) 353.03º 1% 0.95% -
XYZ 36.49 18.78 2.8 -
YUV 75.25 101.34 246.22 -
System Red Green Blue C M Y K H S L
Decimal 241 0 28 0 1 0.88 0.05 353.03 1 0.47
Hex F1 0 1C 0 64 58 5 161 64 2F
Octal 361 0 34 0 144 130 5 541 144 57
Binary 11110001 0 11100 0 1100100 1011000 101 101100001 1100100 101111

Color Harmonies of #F1001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1001C

Black with #F1001C

Text Example


Text Example

White with #F1001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1001C; }

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

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

background-color css

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

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

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

border-color css

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

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

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