Html Css Color HEX #F4152F Torch Red

📋 copy color: '#F4152F'

red 244 ◦ green 21 ◦ blue 47

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

Shades of Torch Red #F4152F

Tints of Torch Red #F4152F

RGB

 RED value IS 244 (95.7% from 255) = 78.21%

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 78.21%
G = 6.73%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4152F (or 0xF4152F) is known color: Torch Red. HEX triplet: F4, 15 and 2F. RGB value is (244,21,47). Sum of RGB (Red+Green+Blue) = 244+21+47=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F4152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4152F is #0BEAD0. Grayscale: #5A5A5A. Windows color (decimal): -781009 or 3085812. OLE color: 3085812.

HSL color Cylindrical-coordinate representation of color #F4152F: hue angle of 353º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4152F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 21 47 -
CMYK 0 0.91 0.81 0.04
HSL 353º 0.91% 0.52% -
HSV(B) 353º 0.91% 0.96% -
XYZ 38.09 19.97 4.54 -
YUV 90.64 103.38 237.39 -
System Red Green Blue C M Y K H S L
Decimal 244 21 47 0 0.91 0.81 0.04 353 0.91 0.52
Hex F4 15 2F 0 5B 51 4 161 5B 34
Octal 364 25 57 0 133 121 4 541 133 64
Binary 11110100 10101 101111 0 1011011 1010001 100 101100001 1011011 110100

Color Harmonies of #F4152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4152F

Black with #F4152F

Text Example


Text Example

White with #F4152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4152F; }

 p { color: rgb(244,21,47); }

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

background-color css

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

 a { background-color: rgb(244,21,47); }

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

border-color css

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

 span { border-color: rgb(244,21,47); }

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