Html Css Color HEX #F4132E Torch Red

📋 copy color: '#F4132E'

red 244 ◦ green 19 ◦ blue 46

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

Shades of Torch Red #F4132E

Tints of Torch Red #F4132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 78.96%
G = 6.15%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4132E (or 0xF4132E) is known color: Torch Red. HEX triplet: F4, 13 and 2E. RGB value is (244,19,46). Sum of RGB (Red+Green+Blue) = 244+19+46=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F4132E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4132E is #0BECD1. Grayscale: #595959. Windows color (decimal): -781522 or 3019764. OLE color: 3019764.

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

Color convert

RGB 244 19 46 -
CMYK 0 0.92 0.81 0.04
HSL 352.8º 0.91% 0.52% -
HSV(B) 352.8º 0.92% 0.96% -
XYZ 38.03 19.9 4.42 -
YUV 89.35 103.54 238.3 -
System Red Green Blue C M Y K H S L
Decimal 244 19 46 0 0.92 0.81 0.04 352.8 0.91 0.52
Hex F4 13 2E 0 5C 51 4 161 5B 34
Octal 364 23 56 0 134 121 4 541 133 64
Binary 11110100 10011 101110 0 1011100 1010001 100 101100001 1011011 110100

Color Harmonies of #F4132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4132E

Black with #F4132E

Text Example


Text Example

White with #F4132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4132E; }

 p { color: rgb(244,19,46); }

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

background-color css

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

 a { background-color: rgb(244,19,46); }

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

border-color css

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

 span { border-color: rgb(244,19,46); }

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