Html Css Color HEX #F4050E Torch Red

📋 copy color: '#F4050E'

red 244 ◦ green 5 ◦ blue 14

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

Shades of Torch Red #F4050E

Tints of Torch Red #F4050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 92.78%
G = 1.9%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4050E (or 0xF4050E) is known color: Torch Red. HEX triplet: F4, 05 and 0E. RGB value is (244,5,14). Sum of RGB (Red+Green+Blue) = 244+5+14=263 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.78% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 244 - color contains mainly: red. Hex color #F4050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4050E is #0BFAF1. Grayscale: #4D4D4D. Windows color (decimal): -785138 or 919028. OLE color: 919028.

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

Color convert

RGB 244 5 14 -
CMYK 0 0.98 0.94 0.04
HSL 357.74º 0.96% 0.49% -
HSV(B) 357.74º 0.98% 0.96% -
XYZ 37.44 19.37 2.18 -
YUV 77.49 92.18 246.77 -
System Red Green Blue C M Y K H S L
Decimal 244 5 14 0 0.98 0.94 0.04 357.74 0.96 0.49
Hex F4 5 E 0 62 5E 4 166 60 31
Octal 364 5 16 0 142 136 4 546 140 61
Binary 11110100 101 1110 0 1100010 1011110 100 101100110 1100000 110001

Color Harmonies of #F4050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4050E

Black with #F4050E

Text Example


Text Example

White with #F4050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4050E; }

 p { color: rgb(244,5,14); }

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

background-color css

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

 a { background-color: rgb(244,5,14); }

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

border-color css

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

 span { border-color: rgb(244,5,14); }

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