Html Css Color HEX #F81844 Torch Red

📋 copy color: '#F81844'

red 248 ◦ green 24 ◦ blue 68

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

Shades of Torch Red #F81844

Tints of Torch Red #F81844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 72.94%
G = 7.06%
B = 20%

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

#F81844 (or 0xF81844) is known color: Torch Red. HEX triplet: F8, 18 and 44. RGB value is (248,24,68). Sum of RGB (Red+Green+Blue) = 248+24+68=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F81844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81844 is #07E7BB. Grayscale: #606060. Windows color (decimal): -518076 or 4462840. OLE color: 4462840.

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

Color convert

RGB 248 24 68 -
CMYK 0 0.90 0.73 0.03
HSL 348.21º 0.94% 0.53% -
HSV(B) 348.21º 0.9% 0.97% -
XYZ 40.08 21.03 7.41 -
YUV 95.99 112.21 236.42 -
System Red Green Blue C M Y K H S L
Decimal 248 24 68 0 0.90 0.73 0.03 348.21 0.94 0.53
Hex F8 18 44 0 5A 49 3 15C 5E 35
Octal 370 30 104 0 132 111 3 534 136 65
Binary 11111000 11000 1000100 0 1011010 1001001 11 101011100 1011110 110101

Color Harmonies of #F81844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81844

Black with #F81844

Text Example


Text Example

White with #F81844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81844; }

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

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

background-color css

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

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

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

border-color css

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

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

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