Html Css Color HEX #F11535 Torch Red

📋 copy color: '#F11535'

red 241 ◦ green 21 ◦ blue 53

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

Shades of Torch Red #F11535

Tints of Torch Red #F11535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 76.51%
G = 6.67%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F11535 (or 0xF11535) is known color: Torch Red. HEX triplet: F1, 15 and 35. RGB value is (241,21,53). Sum of RGB (Red+Green+Blue) = 241+21+53=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F11535 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11535 is #0EEACA. Grayscale: #5A5A5A. Windows color (decimal): -977611 or 3479025. OLE color: 3479025.

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

Color convert

RGB 241 21 53 -
CMYK 0 0.91 0.78 0.05
HSL 351.27º 0.89% 0.51% -
HSV(B) 351.27º 0.91% 0.95% -
XYZ 37.19 19.49 5.17 -
YUV 90.43 106.89 235.4 -
System Red Green Blue C M Y K H S L
Decimal 241 21 53 0 0.91 0.78 0.05 351.27 0.89 0.51
Hex F1 15 35 0 5B 4E 5 15F 59 33
Octal 361 25 65 0 133 116 5 537 131 63
Binary 11110001 10101 110101 0 1011011 1001110 101 101011111 1011001 110011

Color Harmonies of #F11535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11535

Black with #F11535

Text Example


Text Example

White with #F11535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11535; }

 p { color: rgb(241,21,53); }

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

background-color css

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

 a { background-color: rgb(241,21,53); }

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

border-color css

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

 span { border-color: rgb(241,21,53); }

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