Html Css Color HEX #F81028 Torch Red

📋 copy color: '#F81028'

red 248 ◦ green 16 ◦ blue 40

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

Shades of Torch Red #F81028

Tints of Torch Red #F81028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

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

R = 81.58%
G = 5.26%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F81028 (or 0xF81028) is known color: Torch Red. HEX triplet: F8, 10 and 28. RGB value is (248,16,40). Sum of RGB (Red+Green+Blue) = 248+16+40=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F81028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81028 is #07EFD7. Grayscale: #585858. Windows color (decimal): -520152 or 2625784. OLE color: 2625784.

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

Color convert

RGB 248 16 40 -
CMYK 0 0.94 0.84 0.03
HSL 353.79º 0.94% 0.52% -
HSV(B) 353.79º 0.94% 0.97% -
XYZ 39.28 20.48 3.89 -
YUV 88.1 100.86 242.05 -
System Red Green Blue C M Y K H S L
Decimal 248 16 40 0 0.94 0.84 0.03 353.79 0.94 0.52
Hex F8 10 28 0 5E 54 3 162 5E 34
Octal 370 20 50 0 136 124 3 542 136 64
Binary 11111000 10000 101000 0 1011110 1010100 11 101100010 1011110 110100

Color Harmonies of #F81028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81028

Black with #F81028

Text Example


Text Example

White with #F81028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81028; }

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

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

background-color css

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

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

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

border-color css

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

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

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