Html Css Color HEX #F81530 Torch Red

📋 copy color: '#F81530'

red 248 ◦ green 21 ◦ blue 48

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

Shades of Torch Red #F81530

Tints of Torch Red #F81530

RGB

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

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

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

R = 78.23%
G = 6.62%
B = 15.14%

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

#F81530 (or 0xF81530) is known color: Torch Red. HEX triplet: F8, 15 and 30. RGB value is (248,21,48). Sum of RGB (Red+Green+Blue) = 248+21+48=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F81530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81530 is #07EACF. Grayscale: #5C5C5C. Windows color (decimal): -518864 or 3151352. OLE color: 3151352.

HSL color Cylindrical-coordinate representation of color #F81530: hue angle of 352.86º 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 #F81530 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 21 48 -
CMYK 0 0.92 0.81 0.03
HSL 352.86º 0.94% 0.53% -
HSV(B) 352.86º 0.92% 0.97% -
XYZ 39.51 20.71 4.71 -
YUV 91.95 103.21 239.3 -
System Red Green Blue C M Y K H S L
Decimal 248 21 48 0 0.92 0.81 0.03 352.86 0.94 0.53
Hex F8 15 30 0 5C 51 3 161 5E 35
Octal 370 25 60 0 134 121 3 541 136 65
Binary 11111000 10101 110000 0 1011100 1010001 11 101100001 1011110 110101

Color Harmonies of #F81530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81530

Black with #F81530

Text Example


Text Example

White with #F81530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81530; }

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

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

background-color css

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

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

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

border-color css

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

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

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