Html Css Color HEX #F0151F Torch Red

📋 copy color: '#F0151F'

red 240 ◦ green 21 ◦ blue 31

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

Shades of Torch Red #F0151F

Tints of Torch Red #F0151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 82.19%
G = 7.19%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0151F (or 0xF0151F) is known color: Torch Red. HEX triplet: F0, 15 and 1F. RGB value is (240,21,31). Sum of RGB (Red+Green+Blue) = 240+21+31=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F0151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0151F is #0FEAE0. Grayscale: #575757. Windows color (decimal): -1043169 or 2037232. OLE color: 2037232.

HSL color Cylindrical-coordinate representation of color #F0151F: hue angle of 357.26º 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 #F0151F is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 31 -
CMYK 0 0.91 0.87 0.06
HSL 357.26º 0.88% 0.51% -
HSV(B) 357.26º 0.91% 0.94% -
XYZ 36.45 19.16 3.07 -
YUV 87.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 240 21 31 0 0.91 0.87 0.06 357.26 0.88 0.51
Hex F0 15 1F 0 5B 57 6 165 58 33
Octal 360 25 37 0 133 127 6 545 130 63
Binary 11110000 10101 11111 0 1011011 1010111 110 101100101 1011000 110011

Color Harmonies of #F0151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0151F

Black with #F0151F

Text Example


Text Example

White with #F0151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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