Html Css Color HEX #F80834 Torch Red

📋 copy color: '#F80834'

red 248 ◦ green 8 ◦ blue 52

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

Shades of Torch Red #F80834

Tints of Torch Red #F80834

RGB

 RED value IS 248 (97.27% from 255) = 80.52%

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

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

R = 80.52%
G = 2.6%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F80834 (or 0xF80834) is known color: Torch Red. HEX triplet: F8, 08 and 34. RGB value is (248,8,52). Sum of RGB (Red+Green+Blue) = 248+8+52=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F80834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80834 is #07F7CB. Grayscale: #545454. Windows color (decimal): -522188 or 3410168. OLE color: 3410168.

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

Color convert

RGB 248 8 52 -
CMYK 0 0.97 0.79 0.03
HSL 349º 0.94% 0.5% -
HSV(B) 349º 0.97% 0.97% -
XYZ 39.42 20.38 5.1 -
YUV 84.78 109.51 244.42 -
System Red Green Blue C M Y K H S L
Decimal 248 8 52 0 0.97 0.79 0.03 349 0.94 0.5
Hex F8 8 34 0 61 4F 3 15D 5E 32
Octal 370 10 64 0 141 117 3 535 136 62
Binary 11111000 1000 110100 0 1100001 1001111 11 101011101 1011110 110010

Color Harmonies of #F80834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80834

Black with #F80834

Text Example


Text Example

White with #F80834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80834; }

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

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

background-color css

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

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

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

border-color css

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

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

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