Html Css Color HEX #F8213D Torch Red

📋 copy color: '#F8213D'

red 248 ◦ green 33 ◦ blue 61

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

Shades of Torch Red #F8213D

Tints of Torch Red #F8213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 72.51%
G = 9.65%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8213D (or 0xF8213D) is known color: Torch Red. HEX triplet: F8, 21 and 3D. RGB value is (248,33,61). Sum of RGB (Red+Green+Blue) = 248+33+61=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8213D is #07DEC2. Grayscale: #646464. Windows color (decimal): -515779 or 4006392. OLE color: 4006392.

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

Color convert

RGB 248 33 61 -
CMYK 0 0.87 0.75 0.03
HSL 352.19º 0.94% 0.55% -
HSV(B) 352.19º 0.87% 0.97% -
XYZ 40.1 21.38 6.43 -
YUV 100.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 248 33 61 0 0.87 0.75 0.03 352.19 0.94 0.55
Hex F8 21 3D 0 57 4B 3 160 5E 37
Octal 370 41 75 0 127 113 3 540 136 67
Binary 11111000 100001 111101 0 1010111 1001011 11 101100000 1011110 110111

Color Harmonies of #F8213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8213D

Black with #F8213D

Text Example


Text Example

White with #F8213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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