Html Css Color HEX #F81842 Torch Red

📋 copy color: '#F81842'

red 248 ◦ green 24 ◦ blue 66

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

Shades of Torch Red #F81842

Tints of Torch Red #F81842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 73.37%
G = 7.1%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F81842 (or 0xF81842) is known color: Torch Red. HEX triplet: F8, 18 and 42. RGB value is (248,24,66). Sum of RGB (Red+Green+Blue) = 248+24+66=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F81842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81842 is #07E7BD. Grayscale: #5F5F5F. Windows color (decimal): -518078 or 4331768. OLE color: 4331768.

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

Color convert

RGB 248 24 66 -
CMYK 0 0.90 0.73 0.03
HSL 348.75º 0.94% 0.53% -
HSV(B) 348.75º 0.9% 0.97% -
XYZ 40.02 21 7.1 -
YUV 95.76 111.21 236.58 -
System Red Green Blue C M Y K H S L
Decimal 248 24 66 0 0.90 0.73 0.03 348.75 0.94 0.53
Hex F8 18 42 0 5A 49 3 15D 5E 35
Octal 370 30 102 0 132 111 3 535 136 65
Binary 11111000 11000 1000010 0 1011010 1001001 11 101011101 1011110 110101

Color Harmonies of #F81842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81842

Black with #F81842

Text Example


Text Example

White with #F81842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81842; }

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

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

background-color css

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

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

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

border-color css

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

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

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