Html Css Color HEX #F4121E Torch Red

📋 copy color: '#F4121E'

red 244 ◦ green 18 ◦ blue 30

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

Shades of Torch Red #F4121E

Tints of Torch Red #F4121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 83.56%
G = 6.16%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4121E (or 0xF4121E) is known color: Torch Red. HEX triplet: F4, 12 and 1E. RGB value is (244,18,30). Sum of RGB (Red+Green+Blue) = 244+18+30=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F4121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4121E is #0BEDE1. Grayscale: #575757. Windows color (decimal): -781794 or 1970932. OLE color: 1970932.

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

Color convert

RGB 244 18 30 -
CMYK 0 0.93 0.88 0.04
HSL 356.81º 0.91% 0.51% -
HSV(B) 356.81º 0.93% 0.96% -
XYZ 37.76 19.76 3.05 -
YUV 86.94 95.87 240.02 -
System Red Green Blue C M Y K H S L
Decimal 244 18 30 0 0.93 0.88 0.04 356.81 0.91 0.51
Hex F4 12 1E 0 5D 58 4 165 5B 33
Octal 364 22 36 0 135 130 4 545 133 63
Binary 11110100 10010 11110 0 1011101 1011000 100 101100101 1011011 110011

Color Harmonies of #F4121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4121E

Black with #F4121E

Text Example


Text Example

White with #F4121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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