Html Css Color HEX #F0131A Torch Red

📋 copy color: '#F0131A'

red 240 ◦ green 19 ◦ blue 26

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

Shades of Torch Red #F0131A

Tints of Torch Red #F0131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 84.21%
G = 6.67%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0131A (or 0xF0131A) is known color: Torch Red. HEX triplet: F0, 13 and 1A. RGB value is (240,19,26). Sum of RGB (Red+Green+Blue) = 240+19+26=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F0131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0131A is #0FECE5. Grayscale: #565656. Windows color (decimal): -1043686 or 1709040. OLE color: 1709040.

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

Color convert

RGB 240 19 26 -
CMYK 0 0.92 0.89 0.06
HSL 358.1º 0.88% 0.51% -
HSV(B) 358.1º 0.92% 0.94% -
XYZ 36.35 19.07 2.74 -
YUV 85.88 94.22 237.93 -
System Red Green Blue C M Y K H S L
Decimal 240 19 26 0 0.92 0.89 0.06 358.1 0.88 0.51
Hex F0 13 1A 0 5C 59 6 166 58 33
Octal 360 23 32 0 134 131 6 546 130 63
Binary 11110000 10011 11010 0 1011100 1011001 110 101100110 1011000 110011

Color Harmonies of #F0131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0131A

Black with #F0131A

Text Example


Text Example

White with #F0131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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