Html Css Color HEX #F80634 Torch Red

📋 copy color: '#F80634'

red 248 ◦ green 6 ◦ blue 52

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

Shades of Torch Red #F80634

Tints of Torch Red #F80634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 81.05%
G = 1.96%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F80634 (or 0xF80634) is known color: Torch Red. HEX triplet: F8, 06 and 34. RGB value is (248,6,52). Sum of RGB (Red+Green+Blue) = 248+6+52=306 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.05% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 248 - color contains mainly: red. Hex color #F80634 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80634 is #07F9CB. Grayscale: #535353. Windows color (decimal): -522700 or 3409656. OLE color: 3409656.

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

Color convert

RGB 248 6 52 -
CMYK 0 0.98 0.79 0.03
HSL 348.6º 0.95% 0.5% -
HSV(B) 348.6º 0.98% 0.97% -
XYZ 39.4 20.33 5.1 -
YUV 83.6 110.17 245.26 -
System Red Green Blue C M Y K H S L
Decimal 248 6 52 0 0.98 0.79 0.03 348.6 0.95 0.5
Hex F8 6 34 0 62 4F 3 15D 5F 32
Octal 370 6 64 0 142 117 3 535 137 62
Binary 11111000 110 110100 0 1100010 1001111 11 101011101 1011111 110010

Color Harmonies of #F80634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80634

Black with #F80634

Text Example


Text Example

White with #F80634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80634; }

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

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

background-color css

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

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

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

border-color css

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

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

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