Html Css Color HEX #F1021D Torch Red

📋 copy color: '#F1021D'

red 241 ◦ green 2 ◦ blue 29

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

Shades of Torch Red #F1021D

Tints of Torch Red #F1021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 88.6%
G = 0.74%
B = 10.66%

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

#F1021D (or 0xF1021D) is known color: Torch Red. HEX triplet: F1, 02 and 1D. RGB value is (241,2,29). Sum of RGB (Red+Green+Blue) = 241+2+29=272 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.60% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 241 - color contains mainly: red. Hex color #F1021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1021D is #0EFDE2. Grayscale: #4C4C4C. Windows color (decimal): -982499 or 1901297. OLE color: 1901297.

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

Color convert

RGB 241 2 29 -
CMYK 0 0.99 0.88 0.05
HSL 353.22º 0.98% 0.48% -
HSV(B) 353.22º 0.99% 0.95% -
XYZ 36.52 18.83 2.87 -
YUV 76.54 101.18 245.3 -
System Red Green Blue C M Y K H S L
Decimal 241 2 29 0 0.99 0.88 0.05 353.22 0.98 0.48
Hex F1 2 1D 0 63 58 5 161 62 30
Octal 361 2 35 0 143 130 5 541 142 60
Binary 11110001 10 11101 0 1100011 1011000 101 101100001 1100010 110000

Color Harmonies of #F1021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1021D

Black with #F1021D

Text Example


Text Example

White with #F1021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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