Html Css Color HEX #F0061D Torch Red

📋 copy color: '#F0061D'

red 240 ◦ green 6 ◦ blue 29

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

Shades of Torch Red #F0061D

Tints of Torch Red #F0061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 87.27%
G = 2.18%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0061D (or 0xF0061D) is known color: Torch Red. HEX triplet: F0, 06 and 1D. RGB value is (240,6,29). Sum of RGB (Red+Green+Blue) = 240+6+29=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F0061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0061D is #0FF9E2. Grayscale: #4E4E4E. Windows color (decimal): -1047011 or 1902320. OLE color: 1902320.

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

Color convert

RGB 240 6 29 -
CMYK 0 0.98 0.88 0.06
HSL 354.1º 0.95% 0.48% -
HSV(B) 354.1º 0.98% 0.94% -
XYZ 36.22 18.74 2.87 -
YUV 78.59 100.02 243.13 -
System Red Green Blue C M Y K H S L
Decimal 240 6 29 0 0.98 0.88 0.06 354.1 0.95 0.48
Hex F0 6 1D 0 62 58 6 162 5F 30
Octal 360 6 35 0 142 130 6 542 137 60
Binary 11110000 110 11101 0 1100010 1011000 110 101100010 1011111 110000

Color Harmonies of #F0061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0061D

Black with #F0061D

Text Example


Text Example

White with #F0061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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