Html Css Color HEX #F0151A Torch Red

📋 copy color: '#F0151A'

red 240 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #F0151A

Tints of Torch Red #F0151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 83.62%
G = 7.32%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0151A (or 0xF0151A) is known color: Torch Red. HEX triplet: F0, 15 and 1A. RGB value is (240,21,26). Sum of RGB (Red+Green+Blue) = 240+21+26=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F0151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0151A is #0FEAE5. Grayscale: #575757. Windows color (decimal): -1043174 or 1709552. OLE color: 1709552.

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

Color convert

RGB 240 21 26 -
CMYK 0 0.91 0.89 0.06
HSL 358.63º 0.88% 0.51% -
HSV(B) 358.63º 0.91% 0.94% -
XYZ 36.39 19.14 2.75 -
YUV 87.05 93.55 237.09 -
System Red Green Blue C M Y K H S L
Decimal 240 21 26 0 0.91 0.89 0.06 358.63 0.88 0.51
Hex F0 15 1A 0 5B 59 6 167 58 33
Octal 360 25 32 0 133 131 6 547 130 63
Binary 11110000 10101 11010 0 1011011 1011001 110 101100111 1011000 110011

Color Harmonies of #F0151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0151A

Black with #F0151A

Text Example


Text Example

White with #F0151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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