Html Css Color HEX #F10528 Torch Red

📋 copy color: '#F10528'

red 241 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #F10528

Tints of Torch Red #F10528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 84.27%
G = 1.75%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F10528 (or 0xF10528) is known color: Torch Red. HEX triplet: F1, 05 and 28. RGB value is (241,5,40). Sum of RGB (Red+Green+Blue) = 241+5+40=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F10528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10528 is #0EFAD7. Grayscale: #4F4F4F. Windows color (decimal): -981720 or 2622961. OLE color: 2622961.

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

Color convert

RGB 241 5 40 -
CMYK 0 0.98 0.83 0.05
HSL 351.1º 0.96% 0.48% -
HSV(B) 351.1º 0.98% 0.95% -
XYZ 36.71 18.96 3.73 -
YUV 79.55 105.69 243.15 -
System Red Green Blue C M Y K H S L
Decimal 241 5 40 0 0.98 0.83 0.05 351.1 0.96 0.48
Hex F1 5 28 0 62 53 5 15F 60 30
Octal 361 5 50 0 142 123 5 537 140 60
Binary 11110001 101 101000 0 1100010 1010011 101 101011111 1100000 110000

Color Harmonies of #F10528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10528

Black with #F10528

Text Example


Text Example

White with #F10528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10528; }

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

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

background-color css

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

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

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

border-color css

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

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

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