Html Css Color HEX #F0091D Torch Red

📋 copy color: '#F0091D'

red 240 ◦ green 9 ◦ blue 29

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

Shades of Torch Red #F0091D

Tints of Torch Red #F0091D

RGB

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

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

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

R = 86.33%
G = 3.24%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0091D (or 0xF0091D) is known color: Torch Red. HEX triplet: F0, 09 and 1D. RGB value is (240,9,29). Sum of RGB (Red+Green+Blue) = 240+9+29=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F0091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0091D is #0FF6E2. Grayscale: #505050. Windows color (decimal): -1046243 or 1903088. OLE color: 1903088.

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

Color convert

RGB 240 9 29 -
CMYK 0 0.96 0.88 0.06
HSL 354.81º 0.93% 0.49% -
HSV(B) 354.81º 0.96% 0.94% -
XYZ 36.25 18.81 2.88 -
YUV 80.35 99.03 241.87 -
System Red Green Blue C M Y K H S L
Decimal 240 9 29 0 0.96 0.88 0.06 354.81 0.93 0.49
Hex F0 9 1D 0 60 58 6 163 5D 31
Octal 360 11 35 0 140 130 6 543 135 61
Binary 11110000 1001 11101 0 1100000 1011000 110 101100011 1011101 110001

Color Harmonies of #F0091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0091D

Black with #F0091D

Text Example


Text Example

White with #F0091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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