Html Css Color HEX #F00844 Torch Red

📋 copy color: '#F00844'

red 240 ◦ green 8 ◦ blue 68

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

Shades of Torch Red #F00844

Tints of Torch Red #F00844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 75.95%
G = 2.53%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F00844 (or 0xF00844) is known color: Torch Red. HEX triplet: F0, 08 and 44. RGB value is (240,8,68). Sum of RGB (Red+Green+Blue) = 240+8+68=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F00844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00844 is #0FF7BB. Grayscale: #545454. Windows color (decimal): -1046460 or 4458736. OLE color: 4458736.

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

Color convert

RGB 240 8 68 -
CMYK 0 0.97 0.72 0.06
HSL 344.48º 0.94% 0.49% -
HSV(B) 344.48º 0.97% 0.94% -
XYZ 37.07 19.12 7.21 -
YUV 84.21 118.86 239.12 -
System Red Green Blue C M Y K H S L
Decimal 240 8 68 0 0.97 0.72 0.06 344.48 0.94 0.49
Hex F0 8 44 0 61 48 6 158 5E 31
Octal 360 10 104 0 141 110 6 530 136 61
Binary 11110000 1000 1000100 0 1100001 1001000 110 101011000 1011110 110001

Color Harmonies of #F00844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00844

Black with #F00844

Text Example


Text Example

White with #F00844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00844; }

 p { color: rgb(240,8,68); }

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

background-color css

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

 a { background-color: rgb(240,8,68); }

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

border-color css

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

 span { border-color: rgb(240,8,68); }

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