Html Css Color HEX #F81D40 Torch Red

📋 copy color: '#F81D40'

red 248 ◦ green 29 ◦ blue 64

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

Shades of Torch Red #F81D40

Tints of Torch Red #F81D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 72.73%
G = 8.5%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F81D40 (or 0xF81D40) is known color: Torch Red. HEX triplet: F8, 1D and 40. RGB value is (248,29,64). Sum of RGB (Red+Green+Blue) = 248+29+64=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F81D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81D40 is #07E2BF. Grayscale: #626262. Windows color (decimal): -516800 or 4201976. OLE color: 4201976.

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

Color convert

RGB 248 29 64 -
CMYK 0 0.88 0.74 0.03
HSL 350.41º 0.94% 0.54% -
HSV(B) 350.41º 0.88% 0.97% -
XYZ 40.08 21.21 6.83 -
YUV 98.47 108.55 234.65 -
System Red Green Blue C M Y K H S L
Decimal 248 29 64 0 0.88 0.74 0.03 350.41 0.94 0.54
Hex F8 1D 40 0 58 4A 3 15E 5E 36
Octal 370 35 100 0 130 112 3 536 136 66
Binary 11111000 11101 1000000 0 1011000 1001010 11 101011110 1011110 110110

Color Harmonies of #F81D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81D40

Black with #F81D40

Text Example


Text Example

White with #F81D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81D40; }

 p { color: rgb(248,29,64); }

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

background-color css

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

 a { background-color: rgb(248,29,64); }

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

border-color css

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

 span { border-color: rgb(248,29,64); }

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