Html Css Color HEX #F1183C Torch Red

📋 copy color: '#F1183C'

red 241 ◦ green 24 ◦ blue 60

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

Shades of Torch Red #F1183C

Tints of Torch Red #F1183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 74.15%
G = 7.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1183C (or 0xF1183C) is known color: Torch Red. HEX triplet: F1, 18 and 3C. RGB value is (241,24,60). Sum of RGB (Red+Green+Blue) = 241+24+60=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F1183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1183C is #0EE7C3. Grayscale: #5D5D5D. Windows color (decimal): -976836 or 3938545. OLE color: 3938545.

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

Color convert

RGB 241 24 60 -
CMYK 0 0.90 0.75 0.05
HSL 350.05º 0.89% 0.52% -
HSV(B) 350.05º 0.9% 0.95% -
XYZ 37.42 19.68 6.1 -
YUV 92.99 109.39 233.57 -
System Red Green Blue C M Y K H S L
Decimal 241 24 60 0 0.90 0.75 0.05 350.05 0.89 0.52
Hex F1 18 3C 0 5A 4B 5 15E 59 34
Octal 361 30 74 0 132 113 5 536 131 64
Binary 11110001 11000 111100 0 1011010 1001011 101 101011110 1011001 110100

Color Harmonies of #F1183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1183C

Black with #F1183C

Text Example


Text Example

White with #F1183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1183C; }

 p { color: rgb(241,24,60); }

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

background-color css

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

 a { background-color: rgb(241,24,60); }

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

border-color css

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

 span { border-color: rgb(241,24,60); }

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