Html Css Color HEX #F11624 Torch Red

📋 copy color: '#F11624'

red 241 ◦ green 22 ◦ blue 36

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

Shades of Torch Red #F11624

Tints of Torch Red #F11624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.36%

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

R = 80.6%
G = 7.36%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F11624 (or 0xF11624) is known color: Torch Red. HEX triplet: F1, 16 and 24. RGB value is (241,22,36). Sum of RGB (Red+Green+Blue) = 241+22+36=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F11624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11624 is #0EE9DB. Grayscale: #595959. Windows color (decimal): -977372 or 2365169. OLE color: 2365169.

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

Color convert

RGB 241 22 36 -
CMYK 0 0.91 0.85 0.05
HSL 356.16º 0.89% 0.52% -
HSV(B) 356.16º 0.91% 0.95% -
XYZ 36.88 19.4 3.47 -
YUV 89.08 98.05 236.36 -
System Red Green Blue C M Y K H S L
Decimal 241 22 36 0 0.91 0.85 0.05 356.16 0.89 0.52
Hex F1 16 24 0 5B 55 5 164 59 34
Octal 361 26 44 0 133 125 5 544 131 64
Binary 11110001 10110 100100 0 1011011 1010101 101 101100100 1011001 110100

Color Harmonies of #F11624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11624

Black with #F11624

Text Example


Text Example

White with #F11624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11624; }

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

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

background-color css

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

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

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

border-color css

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

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

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