Html Css Color HEX #F1022C Torch Red

📋 copy color: '#F1022C'

red 241 ◦ green 2 ◦ blue 44

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

Shades of Torch Red #F1022C

Tints of Torch Red #F1022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 83.97%
G = 0.7%
B = 15.33%

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

#F1022C (or 0xF1022C) is known color: Torch Red. HEX triplet: F1, 02 and 2C. RGB value is (241,2,44). Sum of RGB (Red+Green+Blue) = 241+2+44=287 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.97% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 241 - color contains mainly: red. Hex color #F1022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1022C is #0EFDD3. Grayscale: #4E4E4E. Windows color (decimal): -982484 or 2884337. OLE color: 2884337.

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

Color convert

RGB 241 2 44 -
CMYK 0 0.99 0.82 0.05
HSL 349.46º 0.98% 0.48% -
HSV(B) 349.46º 0.99% 0.95% -
XYZ 36.75 18.93 4.1 -
YUV 78.25 108.68 244.08 -
System Red Green Blue C M Y K H S L
Decimal 241 2 44 0 0.99 0.82 0.05 349.46 0.98 0.48
Hex F1 2 2C 0 63 52 5 15D 62 30
Octal 361 2 54 0 143 122 5 535 142 60
Binary 11110001 10 101100 0 1100011 1010010 101 101011101 1100010 110000

Color Harmonies of #F1022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1022C

Black with #F1022C

Text Example


Text Example

White with #F1022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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