Html Css Color HEX #F8021C Torch Red

📋 copy color: '#F8021C'

red 248 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #F8021C

Tints of Torch Red #F8021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 89.21%
G = 0.72%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8021C (or 0xF8021C) is known color: Torch Red. HEX triplet: F8, 02 and 1C. RGB value is (248,2,28). Sum of RGB (Red+Green+Blue) = 248+2+28=278 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.21% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 248 - color contains mainly: red. Hex color #F8021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8021C is #07FDE3. Grayscale: #4E4E4E. Windows color (decimal): -523748 or 1835768. OLE color: 1835768.

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

Color convert

RGB 248 2 28 -
CMYK 0 0.99 0.89 0.03
HSL 353.66º 0.98% 0.49% -
HSV(B) 353.66º 0.99% 0.97% -
XYZ 38.94 20.08 2.92 -
YUV 78.52 99.5 248.89 -
System Red Green Blue C M Y K H S L
Decimal 248 2 28 0 0.99 0.89 0.03 353.66 0.98 0.49
Hex F8 2 1C 0 63 59 3 162 62 31
Octal 370 2 34 0 143 131 3 542 142 61
Binary 11111000 10 11100 0 1100011 1011001 11 101100010 1100010 110001

Color Harmonies of #F8021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8021C

Black with #F8021C

Text Example


Text Example

White with #F8021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8021C; }

 p { color: rgb(248,2,28); }

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

background-color css

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

 a { background-color: rgb(248,2,28); }

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

border-color css

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

 span { border-color: rgb(248,2,28); }

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