Html Css Color HEX #F8202B Torch Red

📋 copy color: '#F8202B'

red 248 ◦ green 32 ◦ blue 43

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

Shades of Torch Red #F8202B

Tints of Torch Red #F8202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 76.78%
G = 9.91%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8202B (or 0xF8202B) is known color: Torch Red. HEX triplet: F8, 20 and 2B. RGB value is (248,32,43). Sum of RGB (Red+Green+Blue) = 248+32+43=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F8202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8202B is #07DFD4. Grayscale: #626262. Windows color (decimal): -516053 or 2826488. OLE color: 2826488.

HSL color Cylindrical-coordinate representation of color #F8202B: hue angle of 356.94º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8202B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 43 -
CMYK 0 0.87 0.83 0.03
HSL 356.94º 0.94% 0.55% -
HSV(B) 356.94º 0.87% 0.97% -
XYZ 39.66 21.16 4.28 -
YUV 97.84 97.06 235.11 -
System Red Green Blue C M Y K H S L
Decimal 248 32 43 0 0.87 0.83 0.03 356.94 0.94 0.55
Hex F8 20 2B 0 57 53 3 165 5E 37
Octal 370 40 53 0 127 123 3 545 136 67
Binary 11111000 100000 101011 0 1010111 1010011 11 101100101 1011110 110111

Color Harmonies of #F8202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8202B

Black with #F8202B

Text Example


Text Example

White with #F8202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8202B; }

 p { color: rgb(248,32,43); }

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

background-color css

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

 a { background-color: rgb(248,32,43); }

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

border-color css

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

 span { border-color: rgb(248,32,43); }

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