Html Css Color HEX #F1021E Torch Red

📋 copy color: '#F1021E'

red 241 ◦ green 2 ◦ blue 30

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

Shades of Torch Red #F1021E

Tints of Torch Red #F1021E

RGB

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

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

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

R = 88.28%
G = 0.73%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1021E (or 0xF1021E) is known color: Torch Red. HEX triplet: F1, 02 and 1E. RGB value is (241,2,30). Sum of RGB (Red+Green+Blue) = 241+2+30=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F1021E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1021E is #0EFDE1. Grayscale: #4C4C4C. Windows color (decimal): -982498 or 1966833. OLE color: 1966833.

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

Color convert

RGB 241 2 30 -
CMYK 0 0.99 0.88 0.05
HSL 352.97º 0.98% 0.48% -
HSV(B) 352.97º 0.99% 0.95% -
XYZ 36.53 18.84 2.94 -
YUV 76.65 101.68 245.22 -
System Red Green Blue C M Y K H S L
Decimal 241 2 30 0 0.99 0.88 0.05 352.97 0.98 0.48
Hex F1 2 1E 0 63 58 5 161 62 30
Octal 361 2 36 0 143 130 5 541 142 60
Binary 11110001 10 11110 0 1100011 1011000 101 101100001 1100010 110000

Color Harmonies of #F1021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1021E

Black with #F1021E

Text Example


Text Example

White with #F1021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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