Html Css Color HEX #F8213A Torch Red

📋 copy color: '#F8213A'

red 248 ◦ green 33 ◦ blue 58

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

Shades of Torch Red #F8213A

Tints of Torch Red #F8213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 73.16%
G = 9.73%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8213A (or 0xF8213A) is known color: Torch Red. HEX triplet: F8, 21 and 3A. RGB value is (248,33,58). Sum of RGB (Red+Green+Blue) = 248+33+58=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F8213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8213A is #07DEC5. Grayscale: #646464. Windows color (decimal): -515782 or 3809784. OLE color: 3809784.

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

Color convert

RGB 248 33 58 -
CMYK 0 0.87 0.77 0.03
HSL 353.02º 0.94% 0.55% -
HSV(B) 353.02º 0.87% 0.97% -
XYZ 40.02 21.35 6.01 -
YUV 100.14 104.23 233.47 -
System Red Green Blue C M Y K H S L
Decimal 248 33 58 0 0.87 0.77 0.03 353.02 0.94 0.55
Hex F8 21 3A 0 57 4D 3 161 5E 37
Octal 370 41 72 0 127 115 3 541 136 67
Binary 11111000 100001 111010 0 1010111 1001101 11 101100001 1011110 110111

Color Harmonies of #F8213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8213A

Black with #F8213A

Text Example


Text Example

White with #F8213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8213A; }

 p { color: rgb(248,33,58); }

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

background-color css

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

 a { background-color: rgb(248,33,58); }

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

border-color css

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

 span { border-color: rgb(248,33,58); }

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