Html Css Color HEX #F4001A Torch Red

📋 copy color: '#F4001A'

red 244 ◦ green 0 ◦ blue 26

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

Shades of Torch Red #F4001A

Tints of Torch Red #F4001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 90.37%
G = 0%
B = 9.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4001A (or 0xF4001A) is known color: Torch Red. HEX triplet: F4, 00 and 1A. RGB value is (244,0,26). Sum of RGB (Red+Green+Blue) = 244+0+26=270 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.37% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 244 - color contains mainly: red. Hex color #F4001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4001A is #0BFFE5. Grayscale: #4C4C4C. Windows color (decimal): -786406 or 1704180. OLE color: 1704180.

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

Color convert

RGB 244 0 26 -
CMYK 0 1 0.89 0.04
HSL 353.61º 1% 0.48% -
HSV(B) 353.61º 1% 0.96% -
XYZ 37.49 19.31 2.73 -
YUV 75.92 99.84 247.89 -
System Red Green Blue C M Y K H S L
Decimal 244 0 26 0 1 0.89 0.04 353.61 1 0.48
Hex F4 0 1A 0 64 59 4 162 64 30
Octal 364 0 32 0 144 131 4 542 144 60
Binary 11110100 0 11010 0 1100100 1011001 100 101100010 1100100 110000

Color Harmonies of #F4001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4001A

Black with #F4001A

Text Example


Text Example

White with #F4001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4001A; }

 p { color: rgb(244,0,26); }

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

background-color css

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

 a { background-color: rgb(244,0,26); }

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

border-color css

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

 span { border-color: rgb(244,0,26); }

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