Html Css Color HEX #F11633 Torch Red

📋 copy color: '#F11633'

red 241 ◦ green 22 ◦ blue 51

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

Shades of Torch Red #F11633

Tints of Torch Red #F11633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 76.75%
G = 7.01%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F11633 (or 0xF11633) is known color: Torch Red. HEX triplet: F1, 16 and 33. RGB value is (241,22,51). Sum of RGB (Red+Green+Blue) = 241+22+51=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11633 is #0EE9CC. Grayscale: #5A5A5A. Windows color (decimal): -977357 or 3348209. OLE color: 3348209.

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

Color convert

RGB 241 22 51 -
CMYK 0 0.91 0.79 0.05
HSL 352.05º 0.89% 0.52% -
HSV(B) 352.05º 0.91% 0.95% -
XYZ 37.16 19.51 4.94 -
YUV 90.79 105.55 235.14 -
System Red Green Blue C M Y K H S L
Decimal 241 22 51 0 0.91 0.79 0.05 352.05 0.89 0.52
Hex F1 16 33 0 5B 4F 5 160 59 34
Octal 361 26 63 0 133 117 5 540 131 64
Binary 11110001 10110 110011 0 1011011 1001111 101 101100000 1011001 110100

Color Harmonies of #F11633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11633

Black with #F11633

Text Example


Text Example

White with #F11633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11633; }

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

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

background-color css

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

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

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

border-color css

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

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

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