Html Css Color HEX #F80528 Torch Red

📋 copy color: '#F80528'

red 248 ◦ green 5 ◦ blue 40

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

Shades of Torch Red #F80528

Tints of Torch Red #F80528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 84.64%
G = 1.71%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F80528 (or 0xF80528) is known color: Torch Red. HEX triplet: F8, 05 and 28. RGB value is (248,5,40). Sum of RGB (Red+Green+Blue) = 248+5+40=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F80528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80528 is #07FAD7. Grayscale: #515151. Windows color (decimal): -522968 or 2622968. OLE color: 2622968.

HSL color Cylindrical-coordinate representation of color #F80528: hue angle of 351.36º degrees, saturation: 0.96, 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 #F80528 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 40 -
CMYK 0 0.98 0.84 0.03
HSL 351.36º 0.96% 0.5% -
HSV(B) 351.36º 0.98% 0.97% -
XYZ 39.15 20.22 3.85 -
YUV 81.65 104.51 246.65 -
System Red Green Blue C M Y K H S L
Decimal 248 5 40 0 0.98 0.84 0.03 351.36 0.96 0.5
Hex F8 5 28 0 62 54 3 15F 60 32
Octal 370 5 50 0 142 124 3 537 140 62
Binary 11111000 101 101000 0 1100010 1010100 11 101011111 1100000 110010

Color Harmonies of #F80528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80528

Black with #F80528

Text Example


Text Example

White with #F80528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80528; }

 p { color: rgb(248,5,40); }

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

background-color css

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

 a { background-color: rgb(248,5,40); }

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

border-color css

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

 span { border-color: rgb(248,5,40); }

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