Html Css Color HEX #F81A27 Torch Red

📋 copy color: '#F81A27'

red 248 ◦ green 26 ◦ blue 39

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

Shades of Torch Red #F81A27

Tints of Torch Red #F81A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 39 (15.63% from 255) = 12.46%

R = 79.23%
G = 8.31%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F81A27 (or 0xF81A27) is known color: Torch Red. HEX triplet: F8, 1A and 27. RGB value is (248,26,39). Sum of RGB (Red+Green+Blue) = 248+26+39=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A27 is #07E5D8. Grayscale: #5E5E5E. Windows color (decimal): -517593 or 2562808. OLE color: 2562808.

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

Color convert

RGB 248 26 39 -
CMYK 0 0.90 0.84 0.03
HSL 356.49º 0.94% 0.54% -
HSV(B) 356.49º 0.9% 0.97% -
XYZ 39.45 20.84 3.86 -
YUV 93.86 97.05 237.94 -
System Red Green Blue C M Y K H S L
Decimal 248 26 39 0 0.90 0.84 0.03 356.49 0.94 0.54
Hex F8 1A 27 0 5A 54 3 164 5E 36
Octal 370 32 47 0 132 124 3 544 136 66
Binary 11111000 11010 100111 0 1011010 1010100 11 101100100 1011110 110110

Color Harmonies of #F81A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81A27

Black with #F81A27

Text Example


Text Example

White with #F81A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81A27; }

 p { color: rgb(248,26,39); }

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

background-color css

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

 a { background-color: rgb(248,26,39); }

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

border-color css

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

 span { border-color: rgb(248,26,39); }

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