Html Css Color HEX #F10845 Torch Red

📋 copy color: '#F10845'

red 241 ◦ green 8 ◦ blue 69

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

Shades of Torch Red #F10845

Tints of Torch Red #F10845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 69 (27.34% from 255) = 21.7%

R = 75.79%
G = 2.52%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F10845 (or 0xF10845) is known color: Torch Red. HEX triplet: F1, 08 and 45. RGB value is (241,8,69). Sum of RGB (Red+Green+Blue) = 241+8+69=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F10845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10845 is #0EF7BA. Grayscale: #545454. Windows color (decimal): -980923 or 4524273. OLE color: 4524273.

HSL color Cylindrical-coordinate representation of color #F10845: hue angle of 344.29º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10845 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 8 69 -
CMYK 0 0.97 0.71 0.05
HSL 344.29º 0.94% 0.49% -
HSV(B) 344.29º 0.97% 0.95% -
XYZ 37.44 19.3 7.38 -
YUV 84.62 119.19 239.54 -
System Red Green Blue C M Y K H S L
Decimal 241 8 69 0 0.97 0.71 0.05 344.29 0.94 0.49
Hex F1 8 45 0 61 47 5 158 5E 31
Octal 361 10 105 0 141 107 5 530 136 61
Binary 11110001 1000 1000101 0 1100001 1000111 101 101011000 1011110 110001

Color Harmonies of #F10845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10845

Black with #F10845

Text Example


Text Example

White with #F10845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10845; }

 p { color: rgb(241,8,69); }

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

background-color css

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

 a { background-color: rgb(241,8,69); }

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

border-color css

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

 span { border-color: rgb(241,8,69); }

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