Html Css Color HEX #F80534 Torch Red

📋 copy color: '#F80534'

red 248 ◦ green 5 ◦ blue 52

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

Shades of Torch Red #F80534

Tints of Torch Red #F80534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 81.31%
G = 1.64%
B = 17.05%

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

#F80534 (or 0xF80534) is known color: Torch Red. HEX triplet: F8, 05 and 34. RGB value is (248,5,52). Sum of RGB (Red+Green+Blue) = 248+5+52=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F80534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80534 is #07FACB. Grayscale: #535353. Windows color (decimal): -522956 or 3409400. OLE color: 3409400.

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

Color convert

RGB 248 5 52 -
CMYK 0 0.98 0.79 0.03
HSL 348.4º 0.96% 0.5% -
HSV(B) 348.4º 0.98% 0.97% -
XYZ 39.39 20.31 5.09 -
YUV 83.02 110.51 245.68 -
System Red Green Blue C M Y K H S L
Decimal 248 5 52 0 0.98 0.79 0.03 348.4 0.96 0.5
Hex F8 5 34 0 62 4F 3 15C 60 32
Octal 370 5 64 0 142 117 3 534 140 62
Binary 11111000 101 110100 0 1100010 1001111 11 101011100 1100000 110010

Color Harmonies of #F80534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80534

Black with #F80534

Text Example


Text Example

White with #F80534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80534; }

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

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

background-color css

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

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

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

border-color css

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

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

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