Html Css Color HEX #F81537 Torch Red

📋 copy color: '#F81537'

red 248 ◦ green 21 ◦ blue 55

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

Shades of Torch Red #F81537

Tints of Torch Red #F81537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 76.54%
G = 6.48%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F81537 (or 0xF81537) is known color: Torch Red. HEX triplet: F8, 15 and 37. RGB value is (248,21,55). Sum of RGB (Red+Green+Blue) = 248+21+55=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F81537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81537 is #07EAC8. Grayscale: #5C5C5C. Windows color (decimal): -518857 or 3610104. OLE color: 3610104.

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

Color convert

RGB 248 21 55 -
CMYK 0 0.92 0.78 0.03
HSL 351.01º 0.94% 0.53% -
HSV(B) 351.01º 0.92% 0.97% -
XYZ 39.67 20.77 5.53 -
YUV 92.75 106.71 238.74 -
System Red Green Blue C M Y K H S L
Decimal 248 21 55 0 0.92 0.78 0.03 351.01 0.94 0.53
Hex F8 15 37 0 5C 4E 3 15F 5E 35
Octal 370 25 67 0 134 116 3 537 136 65
Binary 11111000 10101 110111 0 1011100 1001110 11 101011111 1011110 110101

Color Harmonies of #F81537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81537

Black with #F81537

Text Example


Text Example

White with #F81537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81537; }

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

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

background-color css

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

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

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

border-color css

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

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

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