Html Css Color HEX #F1061D Torch Red

📋 copy color: '#F1061D'

red 241 ◦ green 6 ◦ blue 29

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

Shades of Torch Red #F1061D

Tints of Torch Red #F1061D

RGB

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

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

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

R = 87.32%
G = 2.17%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1061D (or 0xF1061D) is known color: Torch Red. HEX triplet: F1, 06 and 1D. RGB value is (241,6,29). Sum of RGB (Red+Green+Blue) = 241+6+29=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F1061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1061D is #0EF9E2. Grayscale: #4F4F4F. Windows color (decimal): -981475 or 1902321. OLE color: 1902321.

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

Color convert

RGB 241 6 29 -
CMYK 0 0.98 0.88 0.05
HSL 354.13º 0.95% 0.48% -
HSV(B) 354.13º 0.98% 0.95% -
XYZ 36.56 18.92 2.89 -
YUV 78.89 99.86 243.63 -
System Red Green Blue C M Y K H S L
Decimal 241 6 29 0 0.98 0.88 0.05 354.13 0.95 0.48
Hex F1 6 1D 0 62 58 5 162 5F 30
Octal 361 6 35 0 142 130 5 542 137 60
Binary 11110001 110 11101 0 1100010 1011000 101 101100010 1011111 110000

Color Harmonies of #F1061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1061D

Black with #F1061D

Text Example


Text Example

White with #F1061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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