Html Css Color HEX #F0182F Torch Red

📋 copy color: '#F0182F'

red 240 ◦ green 24 ◦ blue 47

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

Shades of Torch Red #F0182F

Tints of Torch Red #F0182F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 77.17%
G = 7.72%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0182F (or 0xF0182F) is known color: Torch Red. HEX triplet: F0, 18 and 2F. RGB value is (240,24,47). Sum of RGB (Red+Green+Blue) = 240+24+47=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0182F is #0FE7D0. Grayscale: #5B5B5B. Windows color (decimal): -1042385 or 3086576. OLE color: 3086576.

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

Color convert

RGB 240 24 47 -
CMYK 0 0.9 0.80 0.06
HSL 353.61º 0.88% 0.52% -
HSV(B) 353.61º 0.9% 0.94% -
XYZ 36.77 19.38 4.49 -
YUV 91.21 103.06 234.13 -
System Red Green Blue C M Y K H S L
Decimal 240 24 47 0 0.9 0.80 0.06 353.61 0.88 0.52
Hex F0 18 2F 0 5A 50 6 162 58 34
Octal 360 30 57 0 132 120 6 542 130 64
Binary 11110000 11000 101111 0 1011010 1010000 110 101100010 1011000 110100

Color Harmonies of #F0182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0182F

Black with #F0182F

Text Example


Text Example

White with #F0182F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0182F; }

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

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

background-color css

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

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

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

border-color css

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

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

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