Html Css Color HEX #F0093D Torch Red

📋 copy color: '#F0093D'

red 240 ◦ green 9 ◦ blue 61

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

Shades of Torch Red #F0093D

Tints of Torch Red #F0093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 77.42%
G = 2.9%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0093D (or 0xF0093D) is known color: Torch Red. HEX triplet: F0, 09 and 3D. RGB value is (240,9,61). Sum of RGB (Red+Green+Blue) = 240+9+61=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0093D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0093D is #0FF6C2. Grayscale: #545454. Windows color (decimal): -1046211 or 4000240. OLE color: 4000240.

HSL color Cylindrical-coordinate representation of color #F0093D: hue angle of 346.49º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0093D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 61 -
CMYK 0 0.96 0.75 0.06
HSL 346.49º 0.93% 0.49% -
HSV(B) 346.49º 0.96% 0.94% -
XYZ 36.88 19.06 6.15 -
YUV 84 115.03 239.27 -
System Red Green Blue C M Y K H S L
Decimal 240 9 61 0 0.96 0.75 0.06 346.49 0.93 0.49
Hex F0 9 3D 0 60 4B 6 15A 5D 31
Octal 360 11 75 0 140 113 6 532 135 61
Binary 11110000 1001 111101 0 1100000 1001011 110 101011010 1011101 110001

Color Harmonies of #F0093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0093D

Black with #F0093D

Text Example


Text Example

White with #F0093D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0093D; }

 p { color: rgb(240,9,61); }

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

background-color css

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

 a { background-color: rgb(240,9,61); }

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

border-color css

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

 span { border-color: rgb(240,9,61); }

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