Html Css Color HEX #F81C22 Torch Red

📋 copy color: '#F81C22'

red 248 ◦ green 28 ◦ blue 34

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

Shades of Torch Red #F81C22

Tints of Torch Red #F81C22

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

 BLUE value IS 34 (13.67% from 255) = 10.97%

R = 80%
G = 9.03%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F81C22 (or 0xF81C22) is known color: Torch Red. HEX triplet: F8, 1C and 22. RGB value is (248,28,34). Sum of RGB (Red+Green+Blue) = 248+28+34=310 (41% of max value = 765). Red value is 248 (97.27% from 255 or 80% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C22 is #07E3DD. Grayscale: #5E5E5E. Windows color (decimal): -517086 or 2235640. OLE color: 2235640.

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

Color convert

RGB 248 28 34 -
CMYK 0 0.89 0.86 0.03
HSL 358.36º 0.94% 0.54% -
HSV(B) 358.36º 0.89% 0.97% -
XYZ 39.42 20.9 3.47 -
YUV 94.46 93.89 237.51 -
System Red Green Blue C M Y K H S L
Decimal 248 28 34 0 0.89 0.86 0.03 358.36 0.94 0.54
Hex F8 1C 22 0 59 56 3 166 5E 36
Octal 370 34 42 0 131 126 3 546 136 66
Binary 11111000 11100 100010 0 1011001 1010110 11 101100110 1011110 110110

Color Harmonies of #F81C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C22

Black with #F81C22

Text Example


Text Example

White with #F81C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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