Html Css Color HEX #F4121F Torch Red

📋 copy color: '#F4121F'

red 244 ◦ green 18 ◦ blue 31

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

Shades of Torch Red #F4121F

Tints of Torch Red #F4121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.58%

R = 83.28%
G = 6.14%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4121F (or 0xF4121F) is known color: Torch Red. HEX triplet: F4, 12 and 1F. RGB value is (244,18,31). Sum of RGB (Red+Green+Blue) = 244+18+31=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F4121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4121F is #0BEDE0. Grayscale: #575757. Windows color (decimal): -781793 or 2036468. OLE color: 2036468.

HSL color Cylindrical-coordinate representation of color #F4121F: hue angle of 356.55º 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 #F4121F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 31 -
CMYK 0 0.93 0.87 0.04
HSL 356.55º 0.91% 0.51% -
HSV(B) 356.55º 0.93% 0.96% -
XYZ 37.77 19.76 3.12 -
YUV 87.06 96.37 239.94 -
System Red Green Blue C M Y K H S L
Decimal 244 18 31 0 0.93 0.87 0.04 356.55 0.91 0.51
Hex F4 12 1F 0 5D 57 4 165 5B 33
Octal 364 22 37 0 135 127 4 545 133 63
Binary 11110100 10010 11111 0 1011101 1010111 100 101100101 1011011 110011

Color Harmonies of #F4121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4121F

Black with #F4121F

Text Example


Text Example

White with #F4121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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