Html Css Color HEX #F8081C Torch Red

📋 copy color: '#F8081C'

red 248 ◦ green 8 ◦ blue 28

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

Shades of Torch Red #F8081C

Tints of Torch Red #F8081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

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

R = 87.32%
G = 2.82%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8081C (or 0xF8081C) is known color: Torch Red. HEX triplet: F8, 08 and 1C. RGB value is (248,8,28). Sum of RGB (Red+Green+Blue) = 248+8+28=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F8081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8081C is #07F7E3. Grayscale: #525252. Windows color (decimal): -522212 or 1837304. OLE color: 1837304.

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

Color convert

RGB 248 8 28 -
CMYK 0 0.97 0.89 0.03
HSL 355º 0.94% 0.5% -
HSV(B) 355º 0.97% 0.97% -
XYZ 39.01 20.21 2.94 -
YUV 82.04 97.51 246.37 -
System Red Green Blue C M Y K H S L
Decimal 248 8 28 0 0.97 0.89 0.03 355 0.94 0.5
Hex F8 8 1C 0 61 59 3 163 5E 32
Octal 370 10 34 0 141 131 3 543 136 62
Binary 11111000 1000 11100 0 1100001 1011001 11 101100011 1011110 110010

Color Harmonies of #F8081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8081C

Black with #F8081C

Text Example


Text Example

White with #F8081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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