Html Css Color HEX #F81E3A Torch Red

📋 copy color: '#F81E3A'

red 248 ◦ green 30 ◦ blue 58

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

Shades of Torch Red #F81E3A

Tints of Torch Red #F81E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 73.81%
G = 8.93%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F81E3A (or 0xF81E3A) is known color: Torch Red. HEX triplet: F8, 1E and 3A. RGB value is (248,30,58). Sum of RGB (Red+Green+Blue) = 248+30+58=336 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.81% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E3A is #07E1C5. Grayscale: #626262. Windows color (decimal): -516550 or 3809016. OLE color: 3809016.

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

Color convert

RGB 248 30 58 -
CMYK 0 0.88 0.77 0.03
HSL 352.29º 0.94% 0.55% -
HSV(B) 352.29º 0.88% 0.97% -
XYZ 39.94 21.19 5.99 -
YUV 98.37 105.22 234.72 -
System Red Green Blue C M Y K H S L
Decimal 248 30 58 0 0.88 0.77 0.03 352.29 0.94 0.55
Hex F8 1E 3A 0 58 4D 3 160 5E 37
Octal 370 36 72 0 130 115 3 540 136 67
Binary 11111000 11110 111010 0 1011000 1001101 11 101100000 1011110 110111

Color Harmonies of #F81E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E3A

Black with #F81E3A

Text Example


Text Example

White with #F81E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E3A; }

 p { color: rgb(248,30,58); }

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

background-color css

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

 a { background-color: rgb(248,30,58); }

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

border-color css

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

 span { border-color: rgb(248,30,58); }

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