Html Css Color HEX #F80338 Torch Red

📋 copy color: '#F80338'

red 248 ◦ green 3 ◦ blue 56

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

Shades of Torch Red #F80338

Tints of Torch Red #F80338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 80.78%
G = 0.98%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F80338 (or 0xF80338) is known color: Torch Red. HEX triplet: F8, 03 and 38. RGB value is (248,3,56). Sum of RGB (Red+Green+Blue) = 248+3+56=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F80338 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80338 is #07FCC7. Grayscale: #525252. Windows color (decimal): -523464 or 3671032. OLE color: 3671032.

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

Color convert

RGB 248 3 56 -
CMYK 0 0.99 0.77 0.03
HSL 347.02º 0.98% 0.49% -
HSV(B) 347.02º 0.99% 0.97% -
XYZ 39.46 20.31 5.58 -
YUV 82.3 113.17 246.19 -
System Red Green Blue C M Y K H S L
Decimal 248 3 56 0 0.99 0.77 0.03 347.02 0.98 0.49
Hex F8 3 38 0 63 4D 3 15B 62 31
Octal 370 3 70 0 143 115 3 533 142 61
Binary 11111000 11 111000 0 1100011 1001101 11 101011011 1100010 110001

Color Harmonies of #F80338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80338

Black with #F80338

Text Example


Text Example

White with #F80338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80338; }

 p { color: rgb(248,3,56); }

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

background-color css

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

 a { background-color: rgb(248,3,56); }

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

border-color css

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

 span { border-color: rgb(248,3,56); }

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