Html Css Color HEX #F8013D Torch Red

📋 copy color: '#F8013D'

red 248 ◦ green 1 ◦ blue 61

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

Shades of Torch Red #F8013D

Tints of Torch Red #F8013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 80%
G = 0.32%
B = 19.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8013D (or 0xF8013D) is known color: Torch Red. HEX triplet: F8, 01 and 3D. RGB value is (248,1,61). Sum of RGB (Red+Green+Blue) = 248+1+61=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F8013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8013D is #07FEC2. Grayscale: #515151. Windows color (decimal): -523971 or 3998200. OLE color: 3998200.

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

Color convert

RGB 248 1 61 -
CMYK 0 1.00 0.75 0.03
HSL 345.43º 0.99% 0.49% -
HSV(B) 345.43º 1% 0.97% -
XYZ 39.56 20.32 6.25 -
YUV 81.69 116.33 246.62 -
System Red Green Blue C M Y K H S L
Decimal 248 1 61 0 1.00 0.75 0.03 345.43 0.99 0.49
Hex F8 1 3D 0 64 4B 3 159 63 31
Octal 370 1 75 0 144 113 3 531 143 61
Binary 11111000 1 111101 0 1100100 1001011 11 101011001 1100011 110001

Color Harmonies of #F8013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8013D

Black with #F8013D

Text Example


Text Example

White with #F8013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8013D; }

 p { color: rgb(248,1,61); }

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

background-color css

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

 a { background-color: rgb(248,1,61); }

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

border-color css

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

 span { border-color: rgb(248,1,61); }

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