Html Css Color HEX #F11024 Torch Red

📋 copy color: '#F11024'

red 241 ◦ green 16 ◦ blue 36

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

Shades of Torch Red #F11024

Tints of Torch Red #F11024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 82.25%
G = 5.46%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F11024 (or 0xF11024) is known color: Torch Red. HEX triplet: F1, 10 and 24. RGB value is (241,16,36). Sum of RGB (Red+Green+Blue) = 241+16+36=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F11024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11024 is #0EEFDB. Grayscale: #555555. Windows color (decimal): -978908 or 2363633. OLE color: 2363633.

HSL color Cylindrical-coordinate representation of color #F11024: hue angle of 354.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11024 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 16 36 -
CMYK 0 0.93 0.85 0.05
HSL 354.67º 0.89% 0.5% -
HSV(B) 354.67º 0.93% 0.95% -
XYZ 36.78 19.2 3.44 -
YUV 85.56 100.04 238.87 -
System Red Green Blue C M Y K H S L
Decimal 241 16 36 0 0.93 0.85 0.05 354.67 0.89 0.5
Hex F1 10 24 0 5D 55 5 163 59 32
Octal 361 20 44 0 135 125 5 543 131 62
Binary 11110001 10000 100100 0 1011101 1010101 101 101100011 1011001 110010

Color Harmonies of #F11024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11024

Black with #F11024

Text Example


Text Example

White with #F11024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11024; }

 p { color: rgb(241,16,36); }

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

background-color css

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

 a { background-color: rgb(241,16,36); }

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

border-color css

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

 span { border-color: rgb(241,16,36); }

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