Html Css Color HEX #F81E3D Torch Red

📋 copy color: '#F81E3D'

red 248 ◦ green 30 ◦ blue 61

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

Shades of Torch Red #F81E3D

Tints of Torch Red #F81E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 73.16%
G = 8.85%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F81E3D (or 0xF81E3D) is known color: Torch Red. HEX triplet: F8, 1E and 3D. RGB value is (248,30,61). Sum of RGB (Red+Green+Blue) = 248+30+61=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E3D is #07E1C2. Grayscale: #626262. Windows color (decimal): -516547 or 4005624. OLE color: 4005624.

HSL color Cylindrical-coordinate representation of color #F81E3D: hue angle of 351.47º 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 #F81E3D is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 30 61 -
CMYK 0 0.88 0.75 0.03
HSL 351.47º 0.94% 0.55% -
HSV(B) 351.47º 0.88% 0.97% -
XYZ 40.02 21.22 6.4 -
YUV 98.72 106.72 234.48 -
System Red Green Blue C M Y K H S L
Decimal 248 30 61 0 0.88 0.75 0.03 351.47 0.94 0.55
Hex F8 1E 3D 0 58 4B 3 15F 5E 37
Octal 370 36 75 0 130 113 3 537 136 67
Binary 11111000 11110 111101 0 1011000 1001011 11 101011111 1011110 110111

Color Harmonies of #F81E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E3D

Black with #F81E3D

Text Example


Text Example

White with #F81E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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