Html Css Color HEX #F8181A Torch Red

📋 copy color: '#F8181A'

red 248 ◦ green 24 ◦ blue 26

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

Shades of Torch Red #F8181A

Tints of Torch Red #F8181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 83.22%
G = 8.05%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8181A (or 0xF8181A) is known color: Torch Red. HEX triplet: F8, 18 and 1A. RGB value is (248,24,26). Sum of RGB (Red+Green+Blue) = 248+24+26=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F8181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8181A is #07E7E5. Grayscale: #5B5B5B. Windows color (decimal): -518118 or 1710328. OLE color: 1710328.

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

Color convert

RGB 248 24 26 -
CMYK 0 0.90 0.90 0.03
HSL 359.46º 0.94% 0.53% -
HSV(B) 359.46º 0.9% 0.97% -
XYZ 39.22 20.68 2.9 -
YUV 91.2 91.21 239.84 -
System Red Green Blue C M Y K H S L
Decimal 248 24 26 0 0.90 0.90 0.03 359.46 0.94 0.53
Hex F8 18 1A 0 5A 5A 3 167 5E 35
Octal 370 30 32 0 132 132 3 547 136 65
Binary 11111000 11000 11010 0 1011010 1011010 11 101100111 1011110 110101

Color Harmonies of #F8181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8181A

Black with #F8181A

Text Example


Text Example

White with #F8181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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