Html Css Color HEX #F1022B Torch Red

📋 copy color: '#F1022B'

red 241 ◦ green 2 ◦ blue 43

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

Shades of Torch Red #F1022B

Tints of Torch Red #F1022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 84.27%
G = 0.7%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1022B (or 0xF1022B) is known color: Torch Red. HEX triplet: F1, 02 and 2B. RGB value is (241,2,43). Sum of RGB (Red+Green+Blue) = 241+2+43=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F1022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1022B is #0EFDD4. Grayscale: #4E4E4E. Windows color (decimal): -982485 or 2818801. OLE color: 2818801.

HSL color Cylindrical-coordinate representation of color #F1022B: hue angle of 349.71º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1022B is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 2 43 -
CMYK 0 0.99 0.82 0.05
HSL 349.71º 0.98% 0.48% -
HSV(B) 349.71º 0.99% 0.95% -
XYZ 36.73 18.92 4 -
YUV 78.14 108.18 244.17 -
System Red Green Blue C M Y K H S L
Decimal 241 2 43 0 0.99 0.82 0.05 349.71 0.98 0.48
Hex F1 2 2B 0 63 52 5 15E 62 30
Octal 361 2 53 0 143 122 5 536 142 60
Binary 11110001 10 101011 0 1100011 1010010 101 101011110 1100010 110000

Color Harmonies of #F1022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1022B

Black with #F1022B

Text Example


Text Example

White with #F1022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1022B; }

 p { color: rgb(241,2,43); }

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

background-color css

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

 a { background-color: rgb(241,2,43); }

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

border-color css

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

 span { border-color: rgb(241,2,43); }

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