Html Css Color HEX #F0181F Torch Red

📋 copy color: '#F0181F'

red 240 ◦ green 24 ◦ blue 31

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

Shades of Torch Red #F0181F

Tints of Torch Red #F0181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

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

R = 81.36%
G = 8.14%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0181F (or 0xF0181F) is known color: Torch Red. HEX triplet: F0, 18 and 1F. RGB value is (240,24,31). Sum of RGB (Red+Green+Blue) = 240+24+31=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F0181F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0181F is #0FE7E0. Grayscale: #595959. Windows color (decimal): -1042401 or 2038000. OLE color: 2038000.

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

Color convert

RGB 240 24 31 -
CMYK 0 0.9 0.87 0.06
HSL 358.06º 0.88% 0.52% -
HSV(B) 358.06º 0.9% 0.94% -
XYZ 36.51 19.28 3.09 -
YUV 89.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 240 24 31 0 0.9 0.87 0.06 358.06 0.88 0.52
Hex F0 18 1F 0 5A 57 6 166 58 34
Octal 360 30 37 0 132 127 6 546 130 64
Binary 11110000 11000 11111 0 1011010 1010111 110 101100110 1011000 110100

Color Harmonies of #F0181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0181F

Black with #F0181F

Text Example


Text Example

White with #F0181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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