Html Css Color HEX #F0011A Torch Red

📋 copy color: '#F0011A'

red 240 ◦ green 1 ◦ blue 26

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

Shades of Torch Red #F0011A

Tints of Torch Red #F0011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 89.89%
G = 0.37%
B = 9.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0011A (or 0xF0011A) is known color: Torch Red. HEX triplet: F0, 01 and 1A. RGB value is (240,1,26). Sum of RGB (Red+Green+Blue) = 240+1+26=267 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.89% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 240 - color contains mainly: red. Hex color #F0011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0011A is #0FFEE5. Grayscale: #4B4B4B. Windows color (decimal): -1048294 or 1704432. OLE color: 1704432.

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

Color convert

RGB 240 1 26 -
CMYK 0 1.00 0.89 0.06
HSL 353.72º 0.99% 0.47% -
HSV(B) 353.72º 1% 0.94% -
XYZ 36.13 18.62 2.67 -
YUV 75.31 100.18 245.47 -
System Red Green Blue C M Y K H S L
Decimal 240 1 26 0 1.00 0.89 0.06 353.72 0.99 0.47
Hex F0 1 1A 0 64 59 6 162 63 2F
Octal 360 1 32 0 144 131 6 542 143 57
Binary 11110000 1 11010 0 1100100 1011001 110 101100010 1100011 101111

Color Harmonies of #F0011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0011A

Black with #F0011A

Text Example


Text Example

White with #F0011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0011A; }

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

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

background-color css

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

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

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

border-color css

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

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

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