Html Css Color HEX #F8212D Torch Red

📋 copy color: '#F8212D'

red 248 ◦ green 33 ◦ blue 45

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

Shades of Torch Red #F8212D

Tints of Torch Red #F8212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 76.07%
G = 10.12%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8212D (or 0xF8212D) is known color: Torch Red. HEX triplet: F8, 21 and 2D. RGB value is (248,33,45). Sum of RGB (Red+Green+Blue) = 248+33+45=326 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.07% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 248 - color contains mainly: red. Hex color #F8212D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8212D is #07DED2. Grayscale: #626262. Windows color (decimal): -515795 or 2957816. OLE color: 2957816.

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

Color convert

RGB 248 33 45 -
CMYK 0 0.87 0.82 0.03
HSL 356.65º 0.94% 0.55% -
HSV(B) 356.65º 0.87% 0.97% -
XYZ 39.73 21.23 4.49 -
YUV 98.65 97.73 234.52 -
System Red Green Blue C M Y K H S L
Decimal 248 33 45 0 0.87 0.82 0.03 356.65 0.94 0.55
Hex F8 21 2D 0 57 52 3 165 5E 37
Octal 370 41 55 0 127 122 3 545 136 67
Binary 11111000 100001 101101 0 1010111 1010010 11 101100101 1011110 110111

Color Harmonies of #F8212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8212D

Black with #F8212D

Text Example


Text Example

White with #F8212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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