Html Css Color HEX #F81738 Torch Red

📋 copy color: '#F81738'

red 248 ◦ green 23 ◦ blue 56

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

Shades of Torch Red #F81738

Tints of Torch Red #F81738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 75.84%
G = 7.03%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F81738 (or 0xF81738) is known color: Torch Red. HEX triplet: F8, 17 and 38. RGB value is (248,23,56). Sum of RGB (Red+Green+Blue) = 248+23+56=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F81738 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81738 is #07E8C7. Grayscale: #5E5E5E. Windows color (decimal): -518344 or 3676152. OLE color: 3676152.

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

Color convert

RGB 248 23 56 -
CMYK 0 0.91 0.77 0.03
HSL 351.2º 0.94% 0.53% -
HSV(B) 351.2º 0.91% 0.97% -
XYZ 39.73 20.85 5.67 -
YUV 94.04 106.54 237.82 -
System Red Green Blue C M Y K H S L
Decimal 248 23 56 0 0.91 0.77 0.03 351.2 0.94 0.53
Hex F8 17 38 0 5B 4D 3 15F 5E 35
Octal 370 27 70 0 133 115 3 537 136 65
Binary 11111000 10111 111000 0 1011011 1001101 11 101011111 1011110 110101

Color Harmonies of #F81738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81738

Black with #F81738

Text Example


Text Example

White with #F81738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81738; }

 p { color: rgb(248,23,56); }

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

background-color css

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

 a { background-color: rgb(248,23,56); }

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

border-color css

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

 span { border-color: rgb(248,23,56); }

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