Html Css Color HEX #F81422 Torch Red

📋 copy color: '#F81422'

red 248 ◦ green 20 ◦ blue 34

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

Shades of Torch Red #F81422

Tints of Torch Red #F81422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 82.12%
G = 6.62%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F81422 (or 0xF81422) is known color: Torch Red. HEX triplet: F8, 14 and 22. RGB value is (248,20,34). Sum of RGB (Red+Green+Blue) = 248+20+34=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F81422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81422 is #07EBDD. Grayscale: #595959. Windows color (decimal): -519134 or 2233592. OLE color: 2233592.

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

Color convert

RGB 248 20 34 -
CMYK 0 0.92 0.86 0.03
HSL 356.32º 0.94% 0.53% -
HSV(B) 356.32º 0.92% 0.97% -
XYZ 39.25 20.57 3.42 -
YUV 89.77 96.54 240.86 -
System Red Green Blue C M Y K H S L
Decimal 248 20 34 0 0.92 0.86 0.03 356.32 0.94 0.53
Hex F8 14 22 0 5C 56 3 164 5E 35
Octal 370 24 42 0 134 126 3 544 136 65
Binary 11111000 10100 100010 0 1011100 1010110 11 101100100 1011110 110101

Color Harmonies of #F81422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81422

Black with #F81422

Text Example


Text Example

White with #F81422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81422; }

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

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

background-color css

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

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

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

border-color css

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

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

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