Html Css Color HEX #F81330 Torch Red

📋 copy color: '#F81330'

red 248 ◦ green 19 ◦ blue 48

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

Shades of Torch Red #F81330

Tints of Torch Red #F81330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

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

R = 78.73%
G = 6.03%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F81330 (or 0xF81330) is known color: Torch Red. HEX triplet: F8, 13 and 30. RGB value is (248,19,48). Sum of RGB (Red+Green+Blue) = 248+19+48=315 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.73% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 248 - color contains mainly: red. Hex color #F81330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81330 is #07ECCF. Grayscale: #5A5A5A. Windows color (decimal): -519376 or 3150840. OLE color: 3150840.

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

Color convert

RGB 248 19 48 -
CMYK 0 0.92 0.81 0.03
HSL 352.4º 0.94% 0.52% -
HSV(B) 352.4º 0.92% 0.97% -
XYZ 39.48 20.64 4.7 -
YUV 90.78 103.87 240.14 -
System Red Green Blue C M Y K H S L
Decimal 248 19 48 0 0.92 0.81 0.03 352.4 0.94 0.52
Hex F8 13 30 0 5C 51 3 160 5E 34
Octal 370 23 60 0 134 121 3 540 136 64
Binary 11111000 10011 110000 0 1011100 1010001 11 101100000 1011110 110100

Color Harmonies of #F81330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81330

Black with #F81330

Text Example


Text Example

White with #F81330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81330; }

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

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

background-color css

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

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

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

border-color css

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

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

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