Html Css Color HEX #F10134 Torch Red

📋 copy color: '#F10134'

red 241 ◦ green 1 ◦ blue 52

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

Shades of Torch Red #F10134

Tints of Torch Red #F10134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 81.97%
G = 0.34%
B = 17.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F10134 (or 0xF10134) is known color: Torch Red. HEX triplet: F1, 01 and 34. RGB value is (241,1,52). Sum of RGB (Red+Green+Blue) = 241+1+52=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F10134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10134 is #0EFECB. Grayscale: #4E4E4E. Windows color (decimal): -982732 or 3408369. OLE color: 3408369.

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

Color convert

RGB 241 1 52 -
CMYK 0 1.00 0.78 0.05
HSL 347.25º 0.99% 0.47% -
HSV(B) 347.25º 1% 0.95% -
XYZ 36.91 18.97 4.97 -
YUV 78.57 113.01 243.85 -
System Red Green Blue C M Y K H S L
Decimal 241 1 52 0 1.00 0.78 0.05 347.25 0.99 0.47
Hex F1 1 34 0 64 4E 5 15B 63 2F
Octal 361 1 64 0 144 116 5 533 143 57
Binary 11110001 1 110100 0 1100100 1001110 101 101011011 1100011 101111

Color Harmonies of #F10134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10134

Black with #F10134

Text Example


Text Example

White with #F10134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10134; }

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

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

background-color css

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

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

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

border-color css

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

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

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