Html Css Color HEX #F80236 Torch Red

📋 copy color: '#F80236'

red 248 ◦ green 2 ◦ blue 54

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

Shades of Torch Red #F80236

Tints of Torch Red #F80236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 81.58%
G = 0.66%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F80236 (or 0xF80236) is known color: Torch Red. HEX triplet: F8, 02 and 36. RGB value is (248,2,54). Sum of RGB (Red+Green+Blue) = 248+2+54=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80236 is #07FDC9. Grayscale: #515151. Windows color (decimal): -523722 or 3539704. OLE color: 3539704.

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

Color convert

RGB 248 2 54 -
CMYK 0 0.99 0.78 0.03
HSL 347.32º 0.98% 0.49% -
HSV(B) 347.32º 0.99% 0.97% -
XYZ 39.4 20.27 5.33 -
YUV 81.48 112.5 246.77 -
System Red Green Blue C M Y K H S L
Decimal 248 2 54 0 0.99 0.78 0.03 347.32 0.98 0.49
Hex F8 2 36 0 63 4E 3 15B 62 31
Octal 370 2 66 0 143 116 3 533 142 61
Binary 11111000 10 110110 0 1100011 1001110 11 101011011 1100010 110001

Color Harmonies of #F80236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80236

Black with #F80236

Text Example


Text Example

White with #F80236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80236; }

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

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

background-color css

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

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

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

border-color css

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

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

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