Html Css Color HEX #F00834 Torch Red

📋 copy color: '#F00834'

red 240 ◦ green 8 ◦ blue 52

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

Shades of Torch Red #F00834

Tints of Torch Red #F00834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 80%
G = 2.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F00834 (or 0xF00834) is known color: Torch Red. HEX triplet: F0, 08 and 34. RGB value is (240,8,52). Sum of RGB (Red+Green+Blue) = 240+8+52=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F00834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00834 is #0FF7CB. Grayscale: #525252. Windows color (decimal): -1046476 or 3410160. OLE color: 3410160.

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

Color convert

RGB 240 8 52 -
CMYK 0 0.97 0.78 0.06
HSL 348.62º 0.94% 0.49% -
HSV(B) 348.62º 0.97% 0.94% -
XYZ 36.64 18.95 4.97 -
YUV 82.38 110.86 240.42 -
System Red Green Blue C M Y K H S L
Decimal 240 8 52 0 0.97 0.78 0.06 348.62 0.94 0.49
Hex F0 8 34 0 61 4E 6 15D 5E 31
Octal 360 10 64 0 141 116 6 535 136 61
Binary 11110000 1000 110100 0 1100001 1001110 110 101011101 1011110 110001

Color Harmonies of #F00834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00834

Black with #F00834

Text Example


Text Example

White with #F00834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00834; }

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

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

background-color css

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

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

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

border-color css

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

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

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