Html Css Color HEX #F0001A Torch Red

📋 copy color: '#F0001A'

red 240 ◦ green 0 ◦ blue 26

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

Shades of Torch Red #F0001A

Tints of Torch Red #F0001A

RGB

 RED value IS 240 (94.14% from 255) = 90.23%

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

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

R = 90.23%
G = 0%
B = 9.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0001A (or 0xF0001A) is known color: Torch Red. HEX triplet: F0, 00 and 1A. RGB value is (240,0,26). Sum of RGB (Red+Green+Blue) = 240+0+26=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F0001A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0001A is #0FFFE5. Grayscale: #4A4A4A. Windows color (decimal): -1048550 or 1704176. OLE color: 1704176.

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

Color convert

RGB 240 0 26 -
CMYK 0 1 0.89 0.06
HSL 353.5º 1% 0.47% -
HSV(B) 353.5º 1% 0.94% -
XYZ 36.12 18.6 2.66 -
YUV 74.72 100.51 245.89 -
System Red Green Blue C M Y K H S L
Decimal 240 0 26 0 1 0.89 0.06 353.5 1 0.47
Hex F0 0 1A 0 64 59 6 162 64 2F
Octal 360 0 32 0 144 131 6 542 144 57
Binary 11110000 0 11010 0 1100100 1011001 110 101100010 1100100 101111

Color Harmonies of #F0001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0001A

Black with #F0001A

Text Example


Text Example

White with #F0001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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