Html Css Color HEX #F81533 Torch Red

📋 copy color: '#F81533'

red 248 ◦ green 21 ◦ blue 51

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

Shades of Torch Red #F81533

Tints of Torch Red #F81533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.94%

R = 77.5%
G = 6.56%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F81533 (or 0xF81533) is known color: Torch Red. HEX triplet: F8, 15 and 33. RGB value is (248,21,51). Sum of RGB (Red+Green+Blue) = 248+21+51=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F81533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81533 is #07EACC. Grayscale: #5C5C5C. Windows color (decimal): -518861 or 3347960. OLE color: 3347960.

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

Color convert

RGB 248 21 51 -
CMYK 0 0.92 0.79 0.03
HSL 352.07º 0.94% 0.53% -
HSV(B) 352.07º 0.92% 0.97% -
XYZ 39.58 20.73 5.05 -
YUV 92.29 104.71 239.06 -
System Red Green Blue C M Y K H S L
Decimal 248 21 51 0 0.92 0.79 0.03 352.07 0.94 0.53
Hex F8 15 33 0 5C 4F 3 160 5E 35
Octal 370 25 63 0 134 117 3 540 136 65
Binary 11111000 10101 110011 0 1011100 1001111 11 101100000 1011110 110101

Color Harmonies of #F81533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81533

Black with #F81533

Text Example


Text Example

White with #F81533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81533; }

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

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

background-color css

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

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

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

border-color css

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

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

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