Html Css Color HEX #F10122 Torch Red

📋 copy color: '#F10122'

red 241 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #F10122

Tints of Torch Red #F10122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 87.32%
G = 0.36%
B = 12.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F10122 (or 0xF10122) is known color: Torch Red. HEX triplet: F1, 01 and 22. RGB value is (241,1,34). Sum of RGB (Red+Green+Blue) = 241+1+34=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F10122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10122 is #0EFEDD. Grayscale: #4C4C4C. Windows color (decimal): -982750 or 2228721. OLE color: 2228721.

HSL color Cylindrical-coordinate representation of color #F10122: hue angle of 351.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10122 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 1 34 -
CMYK 0 1.00 0.86 0.05
HSL 351.75º 0.99% 0.47% -
HSV(B) 351.75º 1% 0.95% -
XYZ 36.58 18.84 3.22 -
YUV 76.52 104.01 245.32 -
System Red Green Blue C M Y K H S L
Decimal 241 1 34 0 1.00 0.86 0.05 351.75 0.99 0.47
Hex F1 1 22 0 64 56 5 160 63 2F
Octal 361 1 42 0 144 126 5 540 143 57
Binary 11110001 1 100010 0 1100100 1010110 101 101100000 1100011 101111

Color Harmonies of #F10122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10122

Black with #F10122

Text Example


Text Example

White with #F10122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10122; }

 p { color: rgb(241,1,34); }

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

background-color css

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

 a { background-color: rgb(241,1,34); }

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

border-color css

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

 span { border-color: rgb(241,1,34); }

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