Html Css Color HEX #F1002A Torch Red

📋 copy color: '#F1002A'

red 241 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #F1002A

Tints of Torch Red #F1002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.84%

R = 85.16%
G = 0%
B = 14.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1002A (or 0xF1002A) is known color: Torch Red. HEX triplet: F1, 00 and 2A. RGB value is (241,0,42). Sum of RGB (Red+Green+Blue) = 241+0+42=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F1002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1002A is #0EFFD5. Grayscale: #4C4C4C. Windows color (decimal): -982998 or 2752753. OLE color: 2752753.

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

Color convert

RGB 241 0 42 -
CMYK 0 1 0.83 0.05
HSL 349.54º 1% 0.47% -
HSV(B) 349.54º 1% 0.95% -
XYZ 36.69 18.87 3.9 -
YUV 76.85 108.34 245.08 -
System Red Green Blue C M Y K H S L
Decimal 241 0 42 0 1 0.83 0.05 349.54 1 0.47
Hex F1 0 2A 0 64 53 5 15E 64 2F
Octal 361 0 52 0 144 123 5 536 144 57
Binary 11110001 0 101010 0 1100100 1010011 101 101011110 1100100 101111

Color Harmonies of #F1002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1002A

Black with #F1002A

Text Example


Text Example

White with #F1002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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