Html Css Color HEX #F11234 Torch Red

📋 copy color: '#F11234'

red 241 ◦ green 18 ◦ blue 52

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

Shades of Torch Red #F11234

Tints of Torch Red #F11234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.79%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 77.49%
G = 5.79%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F11234 (or 0xF11234) is known color: Torch Red. HEX triplet: F1, 12 and 34. RGB value is (241,18,52). Sum of RGB (Red+Green+Blue) = 241+18+52=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F11234 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11234 is #0EEDCB. Grayscale: #585858. Windows color (decimal): -978380 or 3412721. OLE color: 3412721.

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

Color convert

RGB 241 18 52 -
CMYK 0 0.93 0.78 0.05
HSL 350.85º 0.89% 0.51% -
HSV(B) 350.85º 0.93% 0.95% -
XYZ 37.11 19.38 5.03 -
YUV 88.55 107.38 236.74 -
System Red Green Blue C M Y K H S L
Decimal 241 18 52 0 0.93 0.78 0.05 350.85 0.89 0.51
Hex F1 12 34 0 5D 4E 5 15F 59 33
Octal 361 22 64 0 135 116 5 537 131 63
Binary 11110001 10010 110100 0 1011101 1001110 101 101011111 1011001 110011

Color Harmonies of #F11234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11234

Black with #F11234

Text Example


Text Example

White with #F11234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11234; }

 p { color: rgb(241,18,52); }

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

background-color css

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

 a { background-color: rgb(241,18,52); }

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

border-color css

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

 span { border-color: rgb(241,18,52); }

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