Html Css Color HEX #F10A29 Torch Red

📋 copy color: '#F10A29'

red 241 ◦ green 10 ◦ blue 41

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

Shades of Torch Red #F10A29

Tints of Torch Red #F10A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 82.53%
G = 3.42%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F10A29 (or 0xF10A29) is known color: Torch Red. HEX triplet: F1, 0A and 29. RGB value is (241,10,41). Sum of RGB (Red+Green+Blue) = 241+10+41=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10A29 is #0EF5D6. Grayscale: #525252. Windows color (decimal): -980439 or 2689777. OLE color: 2689777.

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

Color convert

RGB 241 10 41 -
CMYK 0 0.96 0.83 0.05
HSL 351.95º 0.92% 0.49% -
HSV(B) 351.95º 0.96% 0.95% -
XYZ 36.78 19.08 3.84 -
YUV 82.6 104.53 240.98 -
System Red Green Blue C M Y K H S L
Decimal 241 10 41 0 0.96 0.83 0.05 351.95 0.92 0.49
Hex F1 A 29 0 60 53 5 160 5C 31
Octal 361 12 51 0 140 123 5 540 134 61
Binary 11110001 1010 101001 0 1100000 1010011 101 101100000 1011100 110001

Color Harmonies of #F10A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A29

Black with #F10A29

Text Example


Text Example

White with #F10A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A29; }

 p { color: rgb(241,10,41); }

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

background-color css

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

 a { background-color: rgb(241,10,41); }

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

border-color css

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

 span { border-color: rgb(241,10,41); }

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