Html Css Color HEX #F4122F Torch Red

📋 copy color: '#F4122F'

red 244 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #F4122F

Tints of Torch Red #F4122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

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

R = 78.96%
G = 5.83%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F4122F (or 0xF4122F) is known color: Torch Red. HEX triplet: F4, 12 and 2F. RGB value is (244,18,47). Sum of RGB (Red+Green+Blue) = 244+18+47=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F4122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4122F is #0BEDD0. Grayscale: #585858. Windows color (decimal): -781777 or 3085044. OLE color: 3085044.

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

Color convert

RGB 244 18 47 -
CMYK 0 0.93 0.81 0.04
HSL 352.3º 0.91% 0.51% -
HSV(B) 352.3º 0.93% 0.96% -
XYZ 38.04 19.87 4.52 -
YUV 88.88 104.37 238.64 -
System Red Green Blue C M Y K H S L
Decimal 244 18 47 0 0.93 0.81 0.04 352.3 0.91 0.51
Hex F4 12 2F 0 5D 51 4 160 5B 33
Octal 364 22 57 0 135 121 4 540 133 63
Binary 11110100 10010 101111 0 1011101 1010001 100 101100000 1011011 110011

Color Harmonies of #F4122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4122F

Black with #F4122F

Text Example


Text Example

White with #F4122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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