Html Css Color HEX #F4080F Torch Red

📋 copy color: '#F4080F'

red 244 ◦ green 8 ◦ blue 15

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

Shades of Torch Red #F4080F

Tints of Torch Red #F4080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 91.39%
G = 3%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4080F (or 0xF4080F) is known color: Torch Red. HEX triplet: F4, 08 and 0F. RGB value is (244,8,15). Sum of RGB (Red+Green+Blue) = 244+8+15=267 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.39% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 244 - color contains mainly: red. Hex color #F4080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4080F is #0BF7F0. Grayscale: #4F4F4F. Windows color (decimal): -784369 or 985332. OLE color: 985332.

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

Color convert

RGB 244 8 15 -
CMYK 0 0.97 0.94 0.04
HSL 358.22º 0.94% 0.49% -
HSV(B) 358.22º 0.97% 0.96% -
XYZ 37.48 19.44 2.23 -
YUV 79.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 244 8 15 0 0.97 0.94 0.04 358.22 0.94 0.49
Hex F4 8 F 0 61 5E 4 166 5E 31
Octal 364 10 17 0 141 136 4 546 136 61
Binary 11110100 1000 1111 0 1100001 1011110 100 101100110 1011110 110001

Color Harmonies of #F4080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4080F

Black with #F4080F

Text Example


Text Example

White with #F4080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4080F; }

 p { color: rgb(244,8,15); }

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

background-color css

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

 a { background-color: rgb(244,8,15); }

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

border-color css

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

 span { border-color: rgb(244,8,15); }

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