Html Css Color HEX #F8051C Torch Red

📋 copy color: '#F8051C'

red 248 ◦ green 5 ◦ blue 28

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

Shades of Torch Red #F8051C

Tints of Torch Red #F8051C

RGB

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

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

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

R = 88.26%
G = 1.78%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8051C (or 0xF8051C) is known color: Torch Red. HEX triplet: F8, 05 and 1C. RGB value is (248,5,28). Sum of RGB (Red+Green+Blue) = 248+5+28=281 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.26% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 248 - color contains mainly: red. Hex color #F8051C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8051C is #07FAE3. Grayscale: #505050. Windows color (decimal): -522980 or 1836536. OLE color: 1836536.

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

Color convert

RGB 248 5 28 -
CMYK 0 0.98 0.89 0.03
HSL 354.32º 0.96% 0.5% -
HSV(B) 354.32º 0.98% 0.97% -
XYZ 38.98 20.15 2.93 -
YUV 80.28 98.51 247.63 -
System Red Green Blue C M Y K H S L
Decimal 248 5 28 0 0.98 0.89 0.03 354.32 0.96 0.5
Hex F8 5 1C 0 62 59 3 162 60 32
Octal 370 5 34 0 142 131 3 542 140 62
Binary 11111000 101 11100 0 1100010 1011001 11 101100010 1100000 110010

Color Harmonies of #F8051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8051C

Black with #F8051C

Text Example


Text Example

White with #F8051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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