Html Css Color HEX #F80533 Torch Red

📋 copy color: '#F80533'

red 248 ◦ green 5 ◦ blue 51

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

Shades of Torch Red #F80533

Tints of Torch Red #F80533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 81.58%
G = 1.64%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F80533 (or 0xF80533) is known color: Torch Red. HEX triplet: F8, 05 and 33. RGB value is (248,5,51). Sum of RGB (Red+Green+Blue) = 248+5+51=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80533 is #07FACC. Grayscale: #525252. Windows color (decimal): -522957 or 3343864. OLE color: 3343864.

HSL color Cylindrical-coordinate representation of color #F80533: hue angle of 348.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80533 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 51 -
CMYK 0 0.98 0.79 0.03
HSL 348.64º 0.96% 0.5% -
HSV(B) 348.64º 0.98% 0.97% -
XYZ 39.36 20.3 4.98 -
YUV 82.9 110.01 245.76 -
System Red Green Blue C M Y K H S L
Decimal 248 5 51 0 0.98 0.79 0.03 348.64 0.96 0.5
Hex F8 5 33 0 62 4F 3 15D 60 32
Octal 370 5 63 0 142 117 3 535 140 62
Binary 11111000 101 110011 0 1100010 1001111 11 101011101 1100000 110010

Color Harmonies of #F80533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80533

Black with #F80533

Text Example


Text Example

White with #F80533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80533; }

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

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

background-color css

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

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

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

border-color css

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

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

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