Html Css Color HEX #F81030 Torch Red

📋 copy color: '#F81030'

red 248 ◦ green 16 ◦ blue 48

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

Shades of Torch Red #F81030

Tints of Torch Red #F81030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 79.49%
G = 5.13%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F81030 (or 0xF81030) is known color: Torch Red. HEX triplet: F8, 10 and 30. RGB value is (248,16,48). Sum of RGB (Red+Green+Blue) = 248+16+48=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F81030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81030 is #07EFCF. Grayscale: #595959. Windows color (decimal): -520144 or 3150072. OLE color: 3150072.

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

Color convert

RGB 248 16 48 -
CMYK 0 0.94 0.81 0.03
HSL 351.72º 0.94% 0.52% -
HSV(B) 351.72º 0.94% 0.97% -
XYZ 39.43 20.54 4.68 -
YUV 89.02 104.86 241.4 -
System Red Green Blue C M Y K H S L
Decimal 248 16 48 0 0.94 0.81 0.03 351.72 0.94 0.52
Hex F8 10 30 0 5E 51 3 160 5E 34
Octal 370 20 60 0 136 121 3 540 136 64
Binary 11111000 10000 110000 0 1011110 1010001 11 101100000 1011110 110100

Color Harmonies of #F81030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81030

Black with #F81030

Text Example


Text Example

White with #F81030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81030; }

 p { color: rgb(248,16,48); }

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

background-color css

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

 a { background-color: rgb(248,16,48); }

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

border-color css

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

 span { border-color: rgb(248,16,48); }

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