Html Css Color HEX #F81928 Torch Red

📋 copy color: '#F81928'

red 248 ◦ green 25 ◦ blue 40

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

Shades of Torch Red #F81928

Tints of Torch Red #F81928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.99%

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 79.23%
G = 7.99%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F81928 (or 0xF81928) is known color: Torch Red. HEX triplet: F8, 19 and 28. RGB value is (248,25,40). Sum of RGB (Red+Green+Blue) = 248+25+40=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F81928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81928 is #07E6D7. Grayscale: #5D5D5D. Windows color (decimal): -517848 or 2628088. OLE color: 2628088.

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

Color convert

RGB 248 25 40 -
CMYK 0 0.90 0.84 0.03
HSL 355.96º 0.94% 0.54% -
HSV(B) 355.96º 0.9% 0.97% -
XYZ 39.44 20.8 3.94 -
YUV 93.39 97.88 238.28 -
System Red Green Blue C M Y K H S L
Decimal 248 25 40 0 0.90 0.84 0.03 355.96 0.94 0.54
Hex F8 19 28 0 5A 54 3 164 5E 36
Octal 370 31 50 0 132 124 3 544 136 66
Binary 11111000 11001 101000 0 1011010 1010100 11 101100100 1011110 110110

Color Harmonies of #F81928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81928

Black with #F81928

Text Example


Text Example

White with #F81928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81928; }

 p { color: rgb(248,25,40); }

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

background-color css

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

 a { background-color: rgb(248,25,40); }

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

border-color css

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

 span { border-color: rgb(248,25,40); }

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