Html Css Color HEX #F00845 Torch Red

📋 copy color: '#F00845'

red 240 ◦ green 8 ◦ blue 69

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

Shades of Torch Red #F00845

Tints of Torch Red #F00845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 75.71%
G = 2.52%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F00845 (or 0xF00845) is known color: Torch Red. HEX triplet: F0, 08 and 45. RGB value is (240,8,69). Sum of RGB (Red+Green+Blue) = 240+8+69=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F00845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00845 is #0FF7BA. Grayscale: #545454. Windows color (decimal): -1046459 or 4524272. OLE color: 4524272.

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

Color convert

RGB 240 8 69 -
CMYK 0 0.97 0.71 0.06
HSL 344.22º 0.94% 0.49% -
HSV(B) 344.22º 0.97% 0.94% -
XYZ 37.1 19.13 7.37 -
YUV 84.32 119.36 239.04 -
System Red Green Blue C M Y K H S L
Decimal 240 8 69 0 0.97 0.71 0.06 344.22 0.94 0.49
Hex F0 8 45 0 61 47 6 158 5E 31
Octal 360 10 105 0 141 107 6 530 136 61
Binary 11110000 1000 1000101 0 1100001 1000111 110 101011000 1011110 110001

Color Harmonies of #F00845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00845

Black with #F00845

Text Example


Text Example

White with #F00845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00845; }

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

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

background-color css

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

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

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

border-color css

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

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

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