Html Css Color HEX #F81523 Torch Red

📋 copy color: '#F81523'

red 248 ◦ green 21 ◦ blue 35

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

Shades of Torch Red #F81523

Tints of Torch Red #F81523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 81.58%
G = 6.91%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F81523 (or 0xF81523) is known color: Torch Red. HEX triplet: F8, 15 and 23. RGB value is (248,21,35). Sum of RGB (Red+Green+Blue) = 248+21+35=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F81523 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81523 is #07EADC. Grayscale: #5A5A5A. Windows color (decimal): -518877 or 2299384. OLE color: 2299384.

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

Color convert

RGB 248 21 35 -
CMYK 0 0.92 0.86 0.03
HSL 356.3º 0.94% 0.53% -
HSV(B) 356.3º 0.92% 0.97% -
XYZ 39.28 20.61 3.5 -
YUV 90.47 96.71 240.36 -
System Red Green Blue C M Y K H S L
Decimal 248 21 35 0 0.92 0.86 0.03 356.3 0.94 0.53
Hex F8 15 23 0 5C 56 3 164 5E 35
Octal 370 25 43 0 134 126 3 544 136 65
Binary 11111000 10101 100011 0 1011100 1010110 11 101100100 1011110 110101

Color Harmonies of #F81523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81523

Black with #F81523

Text Example


Text Example

White with #F81523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81523; }

 p { color: rgb(248,21,35); }

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

background-color css

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

 a { background-color: rgb(248,21,35); }

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

border-color css

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

 span { border-color: rgb(248,21,35); }

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