Html Css Color HEX #F80A29 Torch Red

📋 copy color: '#F80A29'

red 248 ◦ green 10 ◦ blue 41

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

Shades of Torch Red #F80A29

Tints of Torch Red #F80A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 82.94%
G = 3.34%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F80A29 (or 0xF80A29) is known color: Torch Red. HEX triplet: F8, 0A and 29. RGB value is (248,10,41). Sum of RGB (Red+Green+Blue) = 248+10+41=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A29 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80A29 is #07F5D6. Grayscale: #545454. Windows color (decimal): -521687 or 2689784. OLE color: 2689784.

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

Color convert

RGB 248 10 41 -
CMYK 0 0.96 0.83 0.03
HSL 352.18º 0.94% 0.51% -
HSV(B) 352.18º 0.96% 0.97% -
XYZ 39.22 20.33 3.96 -
YUV 84.7 103.35 244.48 -
System Red Green Blue C M Y K H S L
Decimal 248 10 41 0 0.96 0.83 0.03 352.18 0.94 0.51
Hex F8 A 29 0 60 53 3 160 5E 33
Octal 370 12 51 0 140 123 3 540 136 63
Binary 11111000 1010 101001 0 1100000 1010011 11 101100000 1011110 110011

Color Harmonies of #F80A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80A29

Black with #F80A29

Text Example


Text Example

White with #F80A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80A29; }

 p { color: rgb(248,10,41); }

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

background-color css

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

 a { background-color: rgb(248,10,41); }

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

border-color css

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

 span { border-color: rgb(248,10,41); }

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