Html Css Color HEX #F81336 Torch Red

📋 copy color: '#F81336'

red 248 ◦ green 19 ◦ blue 54

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

Shades of Torch Red #F81336

Tints of Torch Red #F81336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 77.26%
G = 5.92%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F81336 (or 0xF81336) is known color: Torch Red. HEX triplet: F8, 13 and 36. RGB value is (248,19,54). Sum of RGB (Red+Green+Blue) = 248+19+54=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F81336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81336 is #07ECC9. Grayscale: #5B5B5B. Windows color (decimal): -519370 or 3544056. OLE color: 3544056.

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

Color convert

RGB 248 19 54 -
CMYK 0 0.92 0.78 0.03
HSL 350.83º 0.94% 0.52% -
HSV(B) 350.83º 0.92% 0.97% -
XYZ 39.61 20.69 5.4 -
YUV 91.46 106.87 239.65 -
System Red Green Blue C M Y K H S L
Decimal 248 19 54 0 0.92 0.78 0.03 350.83 0.94 0.52
Hex F8 13 36 0 5C 4E 3 15F 5E 34
Octal 370 23 66 0 134 116 3 537 136 64
Binary 11111000 10011 110110 0 1011100 1001110 11 101011111 1011110 110100

Color Harmonies of #F81336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81336

Black with #F81336

Text Example


Text Example

White with #F81336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81336; }

 p { color: rgb(248,19,54); }

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

background-color css

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

 a { background-color: rgb(248,19,54); }

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

border-color css

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

 span { border-color: rgb(248,19,54); }

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