Html Css Color HEX #F11435 Torch Red

📋 copy color: '#F11435'

red 241 ◦ green 20 ◦ blue 53

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

Shades of Torch Red #F11435

Tints of Torch Red #F11435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 76.75%
G = 6.37%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F11435 (or 0xF11435) is known color: Torch Red. HEX triplet: F1, 14 and 35. RGB value is (241,20,53). Sum of RGB (Red+Green+Blue) = 241+20+53=314 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.75% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 241 - color contains mainly: red. Hex color #F11435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11435 is #0EEBCA. Grayscale: #595959. Windows color (decimal): -977867 or 3478769. OLE color: 3478769.

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

Color convert

RGB 241 20 53 -
CMYK 0 0.92 0.78 0.05
HSL 351.04º 0.89% 0.51% -
HSV(B) 351.04º 0.92% 0.95% -
XYZ 37.17 19.46 5.16 -
YUV 89.84 107.22 235.82 -
System Red Green Blue C M Y K H S L
Decimal 241 20 53 0 0.92 0.78 0.05 351.04 0.89 0.51
Hex F1 14 35 0 5C 4E 5 15F 59 33
Octal 361 24 65 0 134 116 5 537 131 63
Binary 11110001 10100 110101 0 1011100 1001110 101 101011111 1011001 110011

Color Harmonies of #F11435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11435

Black with #F11435

Text Example


Text Example

White with #F11435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11435; }

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

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

background-color css

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

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

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

border-color css

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

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

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