Html Css Color HEX #F81532 Torch Red

📋 copy color: '#F81532'

red 248 ◦ green 21 ◦ blue 50

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

Shades of Torch Red #F81532

Tints of Torch Red #F81532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 77.74%
G = 6.58%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F81532 (or 0xF81532) is known color: Torch Red. HEX triplet: F8, 15 and 32. RGB value is (248,21,50). Sum of RGB (Red+Green+Blue) = 248+21+50=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F81532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81532 is #07EACD. Grayscale: #5C5C5C. Windows color (decimal): -518862 or 3282424. OLE color: 3282424.

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

Color convert

RGB 248 21 50 -
CMYK 0 0.92 0.80 0.03
HSL 352.33º 0.94% 0.53% -
HSV(B) 352.33º 0.92% 0.97% -
XYZ 39.56 20.72 4.93 -
YUV 92.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 248 21 50 0 0.92 0.80 0.03 352.33 0.94 0.53
Hex F8 15 32 0 5C 50 3 160 5E 35
Octal 370 25 62 0 134 120 3 540 136 65
Binary 11111000 10101 110010 0 1011100 1010000 11 101100000 1011110 110101

Color Harmonies of #F81532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81532

Black with #F81532

Text Example


Text Example

White with #F81532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81532; }

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

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

background-color css

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

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

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

border-color css

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

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

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