Html Css Color HEX #F10526 Torch Red

📋 copy color: '#F10526'

red 241 ◦ green 5 ◦ blue 38

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

Shades of Torch Red #F10526

Tints of Torch Red #F10526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 84.86%
G = 1.76%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F10526 (or 0xF10526) is known color: Torch Red. HEX triplet: F1, 05 and 26. RGB value is (241,5,38). Sum of RGB (Red+Green+Blue) = 241+5+38=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F10526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10526 is #0EFAD9. Grayscale: #4F4F4F. Windows color (decimal): -981722 or 2491889. OLE color: 2491889.

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

Color convert

RGB 241 5 38 -
CMYK 0 0.98 0.84 0.05
HSL 351.61º 0.96% 0.48% -
HSV(B) 351.61º 0.98% 0.95% -
XYZ 36.68 18.95 3.56 -
YUV 79.33 104.69 243.32 -
System Red Green Blue C M Y K H S L
Decimal 241 5 38 0 0.98 0.84 0.05 351.61 0.96 0.48
Hex F1 5 26 0 62 54 5 160 60 30
Octal 361 5 46 0 142 124 5 540 140 60
Binary 11110001 101 100110 0 1100010 1010100 101 101100000 1100000 110000

Color Harmonies of #F10526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10526

Black with #F10526

Text Example


Text Example

White with #F10526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10526; }

 p { color: rgb(241,5,38); }

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

background-color css

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

 a { background-color: rgb(241,5,38); }

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

border-color css

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

 span { border-color: rgb(241,5,38); }

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