Html Css Color HEX #F80636 Torch Red

📋 copy color: '#F80636'

red 248 ◦ green 6 ◦ blue 54

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

Shades of Torch Red #F80636

Tints of Torch Red #F80636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 80.52%
G = 1.95%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F80636 (or 0xF80636) is known color: Torch Red. HEX triplet: F8, 06 and 36. RGB value is (248,6,54). Sum of RGB (Red+Green+Blue) = 248+6+54=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F80636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80636 is #07F9C9. Grayscale: #535353. Windows color (decimal): -522698 or 3540728. OLE color: 3540728.

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

Color convert

RGB 248 6 54 -
CMYK 0 0.98 0.78 0.03
HSL 348.1º 0.95% 0.5% -
HSV(B) 348.1º 0.98% 0.97% -
XYZ 39.44 20.35 5.34 -
YUV 83.83 111.17 245.1 -
System Red Green Blue C M Y K H S L
Decimal 248 6 54 0 0.98 0.78 0.03 348.1 0.95 0.5
Hex F8 6 36 0 62 4E 3 15C 5F 32
Octal 370 6 66 0 142 116 3 534 137 62
Binary 11111000 110 110110 0 1100010 1001110 11 101011100 1011111 110010

Color Harmonies of #F80636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80636

Black with #F80636

Text Example


Text Example

White with #F80636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80636; }

 p { color: rgb(248,6,54); }

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

background-color css

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

 a { background-color: rgb(248,6,54); }

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

border-color css

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

 span { border-color: rgb(248,6,54); }

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