Html Css Color HEX #F10029 Torch Red

📋 copy color: '#F10029'

red 241 ◦ green 0 ◦ blue 41

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

Shades of Torch Red #F10029

Tints of Torch Red #F10029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.46%
G = 0%
B = 14.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F10029 (or 0xF10029) is known color: Torch Red. HEX triplet: F1, 00 and 29. RGB value is (241,0,41). Sum of RGB (Red+Green+Blue) = 241+0+41=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F10029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10029 is #0EFFD6. Grayscale: #4C4C4C. Windows color (decimal): -982999 or 2687217. OLE color: 2687217.

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

Color convert

RGB 241 0 41 -
CMYK 0 1 0.83 0.05
HSL 349.79º 1% 0.47% -
HSV(B) 349.79º 1% 0.95% -
XYZ 36.68 18.86 3.81 -
YUV 76.73 107.84 245.17 -
System Red Green Blue C M Y K H S L
Decimal 241 0 41 0 1 0.83 0.05 349.79 1 0.47
Hex F1 0 29 0 64 53 5 15E 64 2F
Octal 361 0 51 0 144 123 5 536 144 57
Binary 11110001 0 101001 0 1100100 1010011 101 101011110 1100100 101111

Color Harmonies of #F10029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10029

Black with #F10029

Text Example


Text Example

White with #F10029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10029; }

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

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

background-color css

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

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

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

border-color css

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

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

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