Html Css Color HEX #F7213B Torch Red

📋 copy color: '#F7213B'

red 247 ◦ green 33 ◦ blue 59

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

Shades of Torch Red #F7213B

Tints of Torch Red #F7213B

RGB

 RED value IS 247 (96.88% from 255) = 72.86%

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

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 72.86%
G = 9.73%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7213B (or 0xF7213B) is known color: Torch Red. HEX triplet: F7, 21 and 3B. RGB value is (247,33,59). Sum of RGB (Red+Green+Blue) = 247+33+59=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7213B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7213B is #08DEC4. Grayscale: #646464. Windows color (decimal): -581317 or 3875319. OLE color: 3875319.

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

Color convert

RGB 247 33 59 -
CMYK 0 0.87 0.76 0.03
HSL 352.71º 0.93% 0.55% -
HSV(B) 352.71º 0.87% 0.97% -
XYZ 39.69 21.18 6.13 -
YUV 99.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 247 33 59 0 0.87 0.76 0.03 352.71 0.93 0.55
Hex F7 21 3B 0 57 4C 3 161 5D 37
Octal 367 41 73 0 127 114 3 541 135 67
Binary 11110111 100001 111011 0 1010111 1001100 11 101100001 1011101 110111

Color Harmonies of #F7213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7213B

Black with #F7213B

Text Example


Text Example

White with #F7213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7213B; }

 p { color: rgb(247,33,59); }

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

background-color css

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

 a { background-color: rgb(247,33,59); }

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

border-color css

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

 span { border-color: rgb(247,33,59); }

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