Html Css Color HEX #F1061A Torch Red

📋 copy color: '#F1061A'

red 241 ◦ green 6 ◦ blue 26

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

Shades of Torch Red #F1061A

Tints of Torch Red #F1061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 88.28%
G = 2.2%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1061A (or 0xF1061A) is known color: Torch Red. HEX triplet: F1, 06 and 1A. RGB value is (241,6,26). Sum of RGB (Red+Green+Blue) = 241+6+26=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F1061A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1061A is #0EF9E5. Grayscale: #4E4E4E. Windows color (decimal): -981478 or 1705713. OLE color: 1705713.

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

Color convert

RGB 241 6 26 -
CMYK 0 0.98 0.89 0.05
HSL 354.89º 0.95% 0.48% -
HSV(B) 354.89º 0.98% 0.95% -
XYZ 36.53 18.91 2.7 -
YUV 78.55 98.36 243.87 -
System Red Green Blue C M Y K H S L
Decimal 241 6 26 0 0.98 0.89 0.05 354.89 0.95 0.48
Hex F1 6 1A 0 62 59 5 163 5F 30
Octal 361 6 32 0 142 131 5 543 137 60
Binary 11110001 110 11010 0 1100010 1011001 101 101100011 1011111 110000

Color Harmonies of #F1061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1061A

Black with #F1061A

Text Example


Text Example

White with #F1061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1061A; }

 p { color: rgb(241,6,26); }

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

background-color css

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

 a { background-color: rgb(241,6,26); }

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

border-color css

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

 span { border-color: rgb(241,6,26); }

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