Html Css Color HEX #F0061F Torch Red

📋 copy color: '#F0061F'

red 240 ◦ green 6 ◦ blue 31

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

Shades of Torch Red #F0061F

Tints of Torch Red #F0061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 86.64%
G = 2.17%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0061F (or 0xF0061F) is known color: Torch Red. HEX triplet: F0, 06 and 1F. RGB value is (240,6,31). Sum of RGB (Red+Green+Blue) = 240+6+31=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F0061F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0061F is #0FF9E0. Grayscale: #4E4E4E. Windows color (decimal): -1047009 or 2033392. OLE color: 2033392.

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

Color convert

RGB 240 6 31 -
CMYK 0 0.98 0.87 0.06
HSL 353.59º 0.95% 0.48% -
HSV(B) 353.59º 0.98% 0.94% -
XYZ 36.25 18.75 3.01 -
YUV 78.82 101.02 242.97 -
System Red Green Blue C M Y K H S L
Decimal 240 6 31 0 0.98 0.87 0.06 353.59 0.95 0.48
Hex F0 6 1F 0 62 57 6 162 5F 30
Octal 360 6 37 0 142 127 6 542 137 60
Binary 11110000 110 11111 0 1100010 1010111 110 101100010 1011111 110000

Color Harmonies of #F0061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0061F

Black with #F0061F

Text Example


Text Example

White with #F0061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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